Html Css Color HEX #B29700 Dark Goldenrod

📋 copy color: '#B29700'

red 178 ◦ green 151 ◦ blue 0

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

Shades of Dark Goldenrod #B29700

Tints of Dark Goldenrod #B29700

RGB

 RED value IS 178 (69.92% from 255) = 54.1%

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

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

R = 54.1%
G = 45.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B29700 (or 0xB29700) is known color: Dark Goldenrod. HEX triplet: B2, 97 and 00. RGB value is (178,151,0). Sum of RGB (Red+Green+Blue) = 178+151+0=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B29700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29700 is #4D68FF. Grayscale: #8E8E8E. Windows color (decimal): -5073152 or 38834. OLE color: 38834.

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

Color convert

RGB 178 151 0 -
CMYK 0 0.15 1 0.30
HSL 50.9º 1% 0.35% -
HSV(B) 50.9º 1% 0.7% -
XYZ 29.43 31.6 4.55 -
YUV 141.86 47.95 153.78 -
System Red Green Blue C M Y K H S L
Decimal 178 151 0 0 0.15 1 0.30 50.9 1 0.35
Hex B2 97 0 0 F 64 1E 33 64 23
Octal 262 227 0 0 17 144 36 63 144 43
Binary 10110010 10010111 0 0 1111 1100100 11110 110011 1100100 100011

Color Harmonies of #B29700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29700

Black with #B29700

Text Example


Text Example

White with #B29700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29700; }

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

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

background-color css

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

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

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

border-color css

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

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

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