#B25338

Color #B25338 Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #B25338

Tints of Orange Roughy #B25338

Color information

#B25338 (or 0xB25338) is unknown color: approx Orange Roughy. HEX triplet: B2, 53 and 38. RGB value is (178,83,56). Sum of RGB (Red+Green+Blue) = 178+83+56=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B25338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25338 is #4DACC7. Grayscale: #6C6C6C. Windows color (decimal): -5090504 or 3691442. OLE color: 3691442.

HSL color Cylindrical-coordinate representation of color #B25338: hue angle of 13.28º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B25338 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB1788356-
CMYK00.530.690.30
HSL13.28º52.14%45.88%-
HSV(B)13.28º68.54%69.8%-
XYZ22.1715.945.65-
YUV108.3398.47177.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 56.15%
GREEN value IS 83 (32.81% from 255) = 26.18%
BLUE value IS 56 (22.27% from 255) = 17.67%
R=56.15%
G=26.18%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178835600.530.690.3013.2852.1445.88
HexB25338035451Ed342e
Octal2621237006510536156456
Binary10110010101001111100001101011000101111101101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25338; }

 p { color: rgb(178,83,56); }

 H1.HeaderClassName
 {
   color: #B25338;
 }
 .AnyTagClassName
 {
   color: #B25338;
 }
</style>
background-color css

<style>
 a { background-color: #B25338; }

 a { background-color: rgb(178,83,56); }

 div.DivClassName
 {
   background-color: #B25338;
 }
 .BgClassName
 {
   background-color: #B25338;
 }
</style>
border-color css

<style>
 span { border-color: #B25338; }

 span { border-color: rgb(178,83,56); }

 td.TdClassName
 {
   border-color: #B25338;
 }
 .TagClassName
 {
   border-color: #B25338;
 }
</style>