Html Css Color HEX #B46808 Golden Brown

📋 copy color: '#B46808'

red 180 ◦ green 104 ◦ blue 8

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

Shades of Golden Brown #B46808

Tints of Golden Brown #B46808

RGB

 RED value IS 180 (70.7% from 255) = 61.64%

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

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

R = 61.64%
G = 35.62%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B46808 (or 0xB46808) is known color: Golden Brown. HEX triplet: B4, 68 and 08. RGB value is (180,104,8). Sum of RGB (Red+Green+Blue) = 180+104+8=292 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.64% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 180 - color contains mainly: red. Hex color #B46808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46808 is #4B97F7. Grayscale: #747474. Windows color (decimal): -4954104 or 551092. OLE color: 551092.

HSL color Cylindrical-coordinate representation of color #B46808: hue angle of 33.49º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B46808 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 104 8 -
CMYK 0 0.42 0.96 0.29
HSL 33.49º 0.91% 0.37% -
HSV(B) 33.49º 0.96% 0.71% -
XYZ 23.82 19.62 2.76 -
YUV 115.78 67.18 173.81 -
System Red Green Blue C M Y K H S L
Decimal 180 104 8 0 0.42 0.96 0.29 33.49 0.91 0.37
Hex B4 68 8 0 2A 60 1D 21 5B 25
Octal 264 150 10 0 52 140 35 41 133 45
Binary 10110100 1101000 1000 0 101010 1100000 11101 100001 1011011 100101

Color Harmonies of #B46808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46808

Black with #B46808

Text Example


Text Example

White with #B46808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46808; }

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

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

background-color css

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

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

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

border-color css

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

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

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