Html Css Color HEX #B49900 Dark Goldenrod

📋 copy color: '#B49900'

red 180 ◦ green 153 ◦ blue 0

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

Shades of Dark Goldenrod #B49900

Tints of Dark Goldenrod #B49900

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.95%

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

R = 54.05%
G = 45.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B49900 (or 0xB49900) is known color: Dark Goldenrod. HEX triplet: B4, 99 and 00. RGB value is (180,153,0). Sum of RGB (Red+Green+Blue) = 180+153+0=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B49900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49900 is #4B66FF. Grayscale: #909090. Windows color (decimal): -4941568 or 39348. OLE color: 39348.

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

Color convert

RGB 180 153 0 -
CMYK 0 0.15 1 0.29
HSL 51º 1% 0.35% -
HSV(B) 51º 1% 0.71% -
XYZ 30.21 32.49 4.68 -
YUV 143.63 46.95 153.94 -
System Red Green Blue C M Y K H S L
Decimal 180 153 0 0 0.15 1 0.29 51 1 0.35
Hex B4 99 0 0 F 64 1D 33 64 23
Octal 264 231 0 0 17 144 35 63 144 43
Binary 10110100 10011001 0 0 1111 1100100 11101 110011 1100100 100011

Color Harmonies of #B49900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49900

Black with #B49900

Text Example


Text Example

White with #B49900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49900; }

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

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

background-color css

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

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

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

border-color css

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

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

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