Html Css Color HEX #B05F0C Golden Brown

📋 copy color: '#B05F0C'

red 176 ◦ green 95 ◦ blue 12

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

Shades of Golden Brown #B05F0C

Tints of Golden Brown #B05F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.24%

R = 62.19%
G = 33.57%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B05F0C (or 0xB05F0C) is known color: Golden Brown. HEX triplet: B0, 5F and 0C. RGB value is (176,95,12). Sum of RGB (Red+Green+Blue) = 176+95+12=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B05F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05F0C is #4FA0F3. Grayscale: #6E6E6E. Windows color (decimal): -5218548 or 810928. OLE color: 810928.

HSL color Cylindrical-coordinate representation of color #B05F0C: hue angle of 30.37º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B05F0C is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 95 12 -
CMYK 0 0.46 0.93 0.31
HSL 30.37º 0.87% 0.37% -
HSV(B) 30.37º 0.93% 0.69% -
XYZ 22.06 17.44 2.55 -
YUV 109.76 72.84 175.25 -
System Red Green Blue C M Y K H S L
Decimal 176 95 12 0 0.46 0.93 0.31 30.37 0.87 0.37
Hex B0 5F C 0 2E 5D 1F 1E 57 25
Octal 260 137 14 0 56 135 37 36 127 45
Binary 10110000 1011111 1100 0 101110 1011101 11111 11110 1010111 100101

Color Harmonies of #B05F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05F0C

Black with #B05F0C

Text Example


Text Example

White with #B05F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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