Html Css Color HEX #B29A01 Dark Goldenrod

📋 copy color: '#B29A01'

red 178 ◦ green 154 ◦ blue 1

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

Shades of Dark Goldenrod #B29A01

Tints of Dark Goldenrod #B29A01

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.25%

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

R = 53.45%
G = 46.25%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B29A01 (or 0xB29A01) is known color: Dark Goldenrod. HEX triplet: B2, 9A and 01. RGB value is (178,154,1). Sum of RGB (Red+Green+Blue) = 178+154+1=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29A01 is #4D65FE. Grayscale: #909090. Windows color (decimal): -5072383 or 105138. OLE color: 105138.

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

Color convert

RGB 178 154 1 -
CMYK 0 0.13 0.99 0.30
HSL 51.86º 0.99% 0.35% -
HSV(B) 51.86º 0.99% 0.7% -
XYZ 29.92 32.58 4.74 -
YUV 143.73 47.45 152.44 -
System Red Green Blue C M Y K H S L
Decimal 178 154 1 0 0.13 0.99 0.30 51.86 0.99 0.35
Hex B2 9A 1 0 D 63 1E 34 63 23
Octal 262 232 1 0 15 143 36 64 143 43
Binary 10110010 10011010 1 0 1101 1100011 11110 110100 1100011 100011

Color Harmonies of #B29A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29A01

Black with #B29A01

Text Example


Text Example

White with #B29A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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