Html Css Color HEX #B46E08 Dark Goldenrod

📋 copy color: '#B46E08'

red 180 ◦ green 110 ◦ blue 8

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

Shades of Dark Goldenrod #B46E08

Tints of Dark Goldenrod #B46E08

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.91%

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

R = 60.4%
G = 36.91%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B46E08 (or 0xB46E08) is known color: Dark Goldenrod. HEX triplet: B4, 6E and 08. RGB value is (180,110,8). Sum of RGB (Red+Green+Blue) = 180+110+8=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46E08 is #4B91F7. Grayscale: #777777. Windows color (decimal): -4952568 or 552628. OLE color: 552628.

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

Color convert

RGB 180 110 8 -
CMYK 0 0.39 0.96 0.29
HSL 35.58º 0.91% 0.37% -
HSV(B) 35.58º 0.96% 0.71% -
XYZ 24.44 20.87 2.97 -
YUV 119.3 65.19 171.29 -
System Red Green Blue C M Y K H S L
Decimal 180 110 8 0 0.39 0.96 0.29 35.58 0.91 0.37
Hex B4 6E 8 0 27 60 1D 24 5B 25
Octal 264 156 10 0 47 140 35 44 133 45
Binary 10110100 1101110 1000 0 100111 1100000 11101 100100 1011011 100101

Color Harmonies of #B46E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46E08

Black with #B46E08

Text Example


Text Example

White with #B46E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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