Html Css Color HEX #B49600 Dark Goldenrod

📋 copy color: '#B49600'

red 180 ◦ green 150 ◦ blue 0

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

Shades of Dark Goldenrod #B49600

Tints of Dark Goldenrod #B49600

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.55%
G = 45.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B49600 (or 0xB49600) is known color: Dark Goldenrod. HEX triplet: B4, 96 and 00. RGB value is (180,150,0). Sum of RGB (Red+Green+Blue) = 180+150+0=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B49600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49600 is #4B69FF. Grayscale: #8E8E8E. Windows color (decimal): -4942336 or 38580. OLE color: 38580.

HSL color Cylindrical-coordinate representation of color #B49600: hue angle of 50º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B49600 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 150 0 -
CMYK 0 0.17 1 0.29
HSL 50º 1% 0.35% -
HSV(B) 50º 1% 0.71% -
XYZ 29.73 31.52 4.52 -
YUV 141.87 47.94 155.2 -
System Red Green Blue C M Y K H S L
Decimal 180 150 0 0 0.17 1 0.29 50 1 0.35
Hex B4 96 0 0 11 64 1D 32 64 23
Octal 264 226 0 0 21 144 35 62 144 43
Binary 10110100 10010110 0 0 10001 1100100 11101 110010 1100100 100011

Color Harmonies of #B49600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49600

Black with #B49600

Text Example


Text Example

White with #B49600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49600; }

 p { color: rgb(180,150,0); }

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

background-color css

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

 a { background-color: rgb(180,150,0); }

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

border-color css

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

 span { border-color: rgb(180,150,0); }

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