Html Css Color HEX #B06808 Golden Brown

📋 copy color: '#B06808'

red 176 ◦ green 104 ◦ blue 8

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

Shades of Golden Brown #B06808

Tints of Golden Brown #B06808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.78%

R = 61.11%
G = 36.11%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B06808 (or 0xB06808) is known color: Golden Brown. HEX triplet: B0, 68 and 08. RGB value is (176,104,8). Sum of RGB (Red+Green+Blue) = 176+104+8=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B06808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06808 is #4F97F7. Grayscale: #737373. Windows color (decimal): -5216248 or 551088. OLE color: 551088.

HSL color Cylindrical-coordinate representation of color #B06808: hue angle of 34.29º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B06808 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 104 8 -
CMYK 0 0.41 0.95 0.31
HSL 34.29º 0.91% 0.36% -
HSV(B) 34.29º 0.95% 0.69% -
XYZ 22.9 19.15 2.72 -
YUV 114.58 67.85 171.81 -
System Red Green Blue C M Y K H S L
Decimal 176 104 8 0 0.41 0.95 0.31 34.29 0.91 0.36
Hex B0 68 8 0 29 5F 1F 22 5B 24
Octal 260 150 10 0 51 137 37 42 133 44
Binary 10110000 1101000 1000 0 101001 1011111 11111 100010 1011011 100100

Color Harmonies of #B06808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06808

Black with #B06808

Text Example


Text Example

White with #B06808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06808; }

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

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

background-color css

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

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

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

border-color css

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

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

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