#B25138

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

Shades of Orange Roughy #B25138

Tints of Orange Roughy #B25138

Color information

#B25138 (or 0xB25138) is unknown color: approx Orange Roughy. HEX triplet: B2, 51 and 38. RGB value is (178,81,56). Sum of RGB (Red+Green+Blue) = 178+81+56=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B25138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25138 is #4DAEC7. Grayscale: #6B6B6B. Windows color (decimal): -5091016 or 3690930. OLE color: 3690930.

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

Color convert

RGB1788156-
CMYK00.540.690.30
HSL12.3º52.14%45.88%-
HSV(B)12.3º68.54%69.8%-
XYZ22.0215.645.6-
YUV107.1599.14178.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.51%
GREEN value IS 81 (32.03% from 255) = 25.71%
BLUE value IS 56 (22.27% from 255) = 17.78%
R=56.51%
G=25.71%
B=17.78%

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
Decimal178815600.540.690.3012.352.1445.88
HexB25138036451Ec342e
Octal2621217006610536146456
Binary10110010101000111100001101101000101111101100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25138; }

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

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

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

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

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

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

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

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