Html Css Color HEX #B29901 Dark Goldenrod

📋 copy color: '#B29901'

red 178 ◦ green 153 ◦ blue 1

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

Shades of Dark Goldenrod #B29901

Tints of Dark Goldenrod #B29901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 53.61%
G = 46.08%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B29901 (or 0xB29901) is known color: Dark Goldenrod. HEX triplet: B2, 99 and 01. RGB value is (178,153,1). Sum of RGB (Red+Green+Blue) = 178+153+1=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B29901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29901 is #4D66FE. Grayscale: #8F8F8F. Windows color (decimal): -5072639 or 104882. OLE color: 104882.

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

Color convert

RGB 178 153 1 -
CMYK 0 0.14 0.99 0.30
HSL 51.53º 0.99% 0.35% -
HSV(B) 51.53º 0.99% 0.7% -
XYZ 29.76 32.25 4.69 -
YUV 143.15 47.78 152.86 -
System Red Green Blue C M Y K H S L
Decimal 178 153 1 0 0.14 0.99 0.30 51.53 0.99 0.35
Hex B2 99 1 0 E 63 1E 34 63 23
Octal 262 231 1 0 16 143 36 64 143 43
Binary 10110010 10011001 1 0 1110 1100011 11110 110100 1100011 100011

Color Harmonies of #B29901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29901

Black with #B29901

Text Example


Text Example

White with #B29901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29901; }

 p { color: rgb(178,153,1); }

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

background-color css

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

 a { background-color: rgb(178,153,1); }

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

border-color css

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

 span { border-color: rgb(178,153,1); }

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