Html Css Color HEX #B46608 Golden Brown

📋 copy color: '#B46608'

red 180 ◦ green 102 ◦ blue 8

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

Shades of Golden Brown #B46608

Tints of Golden Brown #B46608

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.17%

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

R = 62.07%
G = 35.17%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B46608 (or 0xB46608) is known color: Golden Brown. HEX triplet: B4, 66 and 08. RGB value is (180,102,8). Sum of RGB (Red+Green+Blue) = 180+102+8=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B46608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46608 is #4B99F7. Grayscale: #737373. Windows color (decimal): -4954616 or 550580. OLE color: 550580.

HSL color Cylindrical-coordinate representation of color #B46608: hue angle of 32.79º 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 #B46608 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 102 8 -
CMYK 0 0.43 0.96 0.29
HSL 32.79º 0.91% 0.37% -
HSV(B) 32.79º 0.96% 0.71% -
XYZ 23.62 19.22 2.7 -
YUV 114.61 67.84 174.64 -
System Red Green Blue C M Y K H S L
Decimal 180 102 8 0 0.43 0.96 0.29 32.79 0.91 0.37
Hex B4 66 8 0 2B 60 1D 21 5B 25
Octal 264 146 10 0 53 140 35 41 133 45
Binary 10110100 1100110 1000 0 101011 1100000 11101 100001 1011011 100101

Color Harmonies of #B46608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46608

Black with #B46608

Text Example


Text Example

White with #B46608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46608; }

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

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

background-color css

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

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

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

border-color css

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

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

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