Html Css Color HEX #B06C12 Golden Brown

📋 copy color: '#B06C12'

red 176 ◦ green 108 ◦ blue 18

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

Shades of Golden Brown #B06C12

Tints of Golden Brown #B06C12

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.76%

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

R = 58.28%
G = 35.76%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B06C12 (or 0xB06C12) is known color: Golden Brown. HEX triplet: B0, 6C and 12. RGB value is (176,108,18). Sum of RGB (Red+Green+Blue) = 176+108+18=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06C12 is #4F93ED. Grayscale: #767676. Windows color (decimal): -5215214 or 1207472. OLE color: 1207472.

HSL color Cylindrical-coordinate representation of color #B06C12: hue angle of 34.18º 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 #B06C12 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 108 18 -
CMYK 0 0.39 0.90 0.31
HSL 34.18º 0.81% 0.38% -
HSV(B) 34.18º 0.9% 0.69% -
XYZ 23.38 20 3.2 -
YUV 118.07 71.53 169.32 -
System Red Green Blue C M Y K H S L
Decimal 176 108 18 0 0.39 0.90 0.31 34.18 0.81 0.38
Hex B0 6C 12 0 27 5A 1F 22 51 26
Octal 260 154 22 0 47 132 37 42 121 46
Binary 10110000 1101100 10010 0 100111 1011010 11111 100010 1010001 100110

Color Harmonies of #B06C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06C12

Black with #B06C12

Text Example


Text Example

White with #B06C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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