Html Css Color HEX #B06C14 Golden Brown

📋 copy color: '#B06C14'

red 176 ◦ green 108 ◦ blue 20

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

Shades of Golden Brown #B06C14

Tints of Golden Brown #B06C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.58%

R = 57.89%
G = 35.53%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B06C14 (or 0xB06C14) is known color: Golden Brown. HEX triplet: B0, 6C and 14. RGB value is (176,108,20). Sum of RGB (Red+Green+Blue) = 176+108+20=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06C14 is #4F93EB. Grayscale: #767676. Windows color (decimal): -5215212 or 1338544. OLE color: 1338544.

HSL color Cylindrical-coordinate representation of color #B06C14: hue angle of 33.85º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B06C14 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 108 20 -
CMYK 0 0.39 0.89 0.31
HSL 33.85º 0.8% 0.38% -
HSV(B) 33.85º 0.89% 0.69% -
XYZ 23.39 20.01 3.29 -
YUV 118.3 72.53 169.16 -
System Red Green Blue C M Y K H S L
Decimal 176 108 20 0 0.39 0.89 0.31 33.85 0.8 0.38
Hex B0 6C 14 0 27 59 1F 22 50 26
Octal 260 154 24 0 47 131 37 42 120 46
Binary 10110000 1101100 10100 0 100111 1011001 11111 100010 1010000 100110

Color Harmonies of #B06C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06C14

Black with #B06C14

Text Example


Text Example

White with #B06C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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