Html Css Color HEX #B06812 Golden Brown

📋 copy color: '#B06812'

red 176 ◦ green 104 ◦ blue 18

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

Shades of Golden Brown #B06812

Tints of Golden Brown #B06812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.9%

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

R = 59.06%
G = 34.9%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B06812 (or 0xB06812) is known color: Golden Brown. HEX triplet: B0, 68 and 12. RGB value is (176,104,18). Sum of RGB (Red+Green+Blue) = 176+104+18=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B06812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06812 is #4F97ED. Grayscale: #747474. Windows color (decimal): -5216238 or 1206448. OLE color: 1206448.

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

Color convert

RGB 176 104 18 -
CMYK 0 0.41 0.90 0.31
HSL 32.66º 0.81% 0.38% -
HSV(B) 32.66º 0.9% 0.69% -
XYZ 22.96 19.17 3.06 -
YUV 115.72 72.85 170.99 -
System Red Green Blue C M Y K H S L
Decimal 176 104 18 0 0.41 0.90 0.31 32.66 0.81 0.38
Hex B0 68 12 0 29 5A 1F 21 51 26
Octal 260 150 22 0 51 132 37 41 121 46
Binary 10110000 1101000 10010 0 101001 1011010 11111 100001 1010001 100110

Color Harmonies of #B06812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06812

Black with #B06812

Text Example


Text Example

White with #B06812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06812; }

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

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

background-color css

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

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

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

border-color css

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

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

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