#B25238

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

Shades of Orange Roughy #B25238

Tints of Orange Roughy #B25238

Color information

#B25238 (or 0xB25238) is unknown color: approx Orange Roughy. HEX triplet: B2, 52 and 38. RGB value is (178,82,56). Sum of RGB (Red+Green+Blue) = 178+82+56=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B25238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25238 is #4DADC7. Grayscale: #6B6B6B. Windows color (decimal): -5090760 or 3691186. OLE color: 3691186.

HSL color Cylindrical-coordinate representation of color #B25238: hue angle of 12.79º 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 #B25238 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB1788256-
CMYK00.540.690.30
HSL12.79º52.14%45.88%-
HSV(B)12.79º68.54%69.8%-
XYZ22.0915.795.62-
YUV107.7498.8178.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.33%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 56 (22.27% from 255) = 17.72%
R=56.33%
G=25.95%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178825600.540.690.3012.7952.1445.88
HexB25238036451Ed342e
Octal2621227006610536156456
Binary10110010101001011100001101101000101111101101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25238; }

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

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

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

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

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

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

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

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