Html Css Color HEX #B05F12 Golden Brown

📋 copy color: '#B05F12'

red 176 ◦ green 95 ◦ blue 18

#B05F12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #B05F12

Tints of Golden Brown #B05F12

RGB

 RED value IS 176 (69.14% from 255) = 60.9%

 GREEN value IS 95 (37.5% from 255) = 32.87%

 BLUE value IS 18 (7.42% from 255) = 6.23%

R = 60.9%
G = 32.87%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B05F12 (or 0xB05F12) is known color: Golden Brown. HEX triplet: B0, 5F and 12. RGB value is (176,95,18). Sum of RGB (Red+Green+Blue) = 176+95+18=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B05F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05F12 is #4FA0ED. Grayscale: #6E6E6E. Windows color (decimal): -5218542 or 1204144. OLE color: 1204144.

HSL color Cylindrical-coordinate representation of color #B05F12: hue angle of 29.24º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B05F12 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 95 18 -
CMYK 0 0.46 0.90 0.31
HSL 29.24º 0.81% 0.38% -
HSV(B) 29.24º 0.9% 0.69% -
XYZ 22.11 17.46 2.78 -
YUV 110.44 75.84 174.76 -
System Red Green Blue C M Y K H S L
Decimal 176 95 18 0 0.46 0.90 0.31 29.24 0.81 0.38
Hex B0 5F 12 0 2E 5A 1F 1D 51 26
Octal 260 137 22 0 56 132 37 35 121 46
Binary 10110000 1011111 10010 0 101110 1011010 11111 11101 1010001 100110

Color Harmonies of #B05F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05F12

Black with #B05F12

Text Example


Text Example

White with #B05F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05F12; }

 p { color: rgb(176,95,18); }

 H1.HeaderClassName
 {
   color: #B05F12;
 }
 .AnyTagClassName
 {
   color: #B05F12;
 }
</style>

background-color css

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

 a { background-color: rgb(176,95,18); }

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

border-color css

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

 span { border-color: rgb(176,95,18); }

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