#B25E0E

Color #B25E0E Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #B25E0E

Tints of Golden Brown #B25E0E

Color information

#B25E0E (or 0xB25E0E) is unknown color: approx Golden Brown. HEX triplet: B2, 5E and 0E. RGB value is (178,94,14). Sum of RGB (Red+Green+Blue) = 178+94+14=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25E0E is #4DA1F1. Grayscale: #6E6E6E. Windows color (decimal): -5087730 or 941746. OLE color: 941746.

HSL color Cylindrical-coordinate representation of color #B25E0E: hue angle of 29.27º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B25E0E is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB1789414-
CMYK00.470.920.30
HSL29.27º85.42%37.65%-
HSV(B)29.27º92.13%69.8%-
XYZ22.4417.52.61-
YUV11073.83176.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.24%
GREEN value IS 94 (37.11% from 255) = 32.87%
BLUE value IS 14 (5.86% from 255) = 4.90%
R=62.24%
G=32.87%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178941400.470.920.3029.2785.4237.65
HexB25EE02F5C1E1d5526
Octal26213616057134363512546
Binary10110010101111011100101111101110011110111011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25E0E; }

 p { color: rgb(178,94,14); }

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

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

 a { background-color: rgb(178,94,14); }

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

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

 span { border-color: rgb(178,94,14); }

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