Html Css Color HEX #B49700 Dark Goldenrod

📋 copy color: '#B49700'

red 180 ◦ green 151 ◦ blue 0

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

Shades of Dark Goldenrod #B49700

Tints of Dark Goldenrod #B49700

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.62%

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

R = 54.38%
G = 45.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B49700 (or 0xB49700) is known color: Dark Goldenrod. HEX triplet: B4, 97 and 00. RGB value is (180,151,0). Sum of RGB (Red+Green+Blue) = 180+151+0=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B49700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49700 is #4B68FF. Grayscale: #8F8F8F. Windows color (decimal): -4942080 or 38836. OLE color: 38836.

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

Color convert

RGB 180 151 0 -
CMYK 0 0.16 1 0.29
HSL 50.33º 1% 0.35% -
HSV(B) 50.33º 1% 0.71% -
XYZ 29.89 31.84 4.57 -
YUV 142.46 47.61 154.78 -
System Red Green Blue C M Y K H S L
Decimal 180 151 0 0 0.16 1 0.29 50.33 1 0.35
Hex B4 97 0 0 10 64 1D 32 64 23
Octal 264 227 0 0 20 144 35 62 144 43
Binary 10110100 10010111 0 0 10000 1100100 11101 110010 1100100 100011

Color Harmonies of #B49700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49700

Black with #B49700

Text Example


Text Example

White with #B49700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49700; }

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

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

background-color css

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

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

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

border-color css

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

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

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