Html Css Color HEX #B29501 Dark Goldenrod

📋 copy color: '#B29501'

red 178 ◦ green 149 ◦ blue 1

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

Shades of Dark Goldenrod #B29501

Tints of Dark Goldenrod #B29501

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.43%

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

R = 54.27%
G = 45.43%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B29501 (or 0xB29501) is known color: Dark Goldenrod. HEX triplet: B2, 95 and 01. RGB value is (178,149,1). Sum of RGB (Red+Green+Blue) = 178+149+1=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B29501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29501 is #4D6AFE. Grayscale: #8D8D8D. Windows color (decimal): -5073663 or 103858. OLE color: 103858.

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

Color convert

RGB 178 149 1 -
CMYK 0 0.16 0.99 0.30
HSL 50.17º 0.99% 0.35% -
HSV(B) 50.17º 0.99% 0.7% -
XYZ 29.11 30.96 4.47 -
YUV 140.8 49.11 154.53 -
System Red Green Blue C M Y K H S L
Decimal 178 149 1 0 0.16 0.99 0.30 50.17 0.99 0.35
Hex B2 95 1 0 10 63 1E 32 63 23
Octal 262 225 1 0 20 143 36 62 143 43
Binary 10110010 10010101 1 0 10000 1100011 11110 110010 1100011 100011

Color Harmonies of #B29501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29501

Black with #B29501

Text Example


Text Example

White with #B29501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29501; }

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

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

background-color css

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

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

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

border-color css

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

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

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