Html Css Color HEX #B49008 Dark Goldenrod

📋 copy color: '#B49008'

red 180 ◦ green 144 ◦ blue 8

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

Shades of Dark Goldenrod #B49008

Tints of Dark Goldenrod #B49008

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.37%

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

R = 54.22%
G = 43.37%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B49008 (or 0xB49008) is known color: Dark Goldenrod. HEX triplet: B4, 90 and 08. RGB value is (180,144,8). Sum of RGB (Red+Green+Blue) = 180+144+8=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B49008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49008 is #4B6FF7. Grayscale: #8B8B8B. Windows color (decimal): -4943864 or 561332. OLE color: 561332.

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

Color convert

RGB 180 144 8 -
CMYK 0 0.2 0.96 0.29
HSL 47.44º 0.91% 0.37% -
HSV(B) 47.44º 0.96% 0.71% -
XYZ 28.84 29.67 4.44 -
YUV 139.26 53.93 157.06 -
System Red Green Blue C M Y K H S L
Decimal 180 144 8 0 0.2 0.96 0.29 47.44 0.91 0.37
Hex B4 90 8 0 14 60 1D 2F 5B 25
Octal 264 220 10 0 24 140 35 57 133 45
Binary 10110100 10010000 1000 0 10100 1100000 11101 101111 1011011 100101

Color Harmonies of #B49008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49008

Black with #B49008

Text Example


Text Example

White with #B49008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49008; }

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

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

background-color css

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

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

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

border-color css

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

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

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