Html Css Color HEX #B29013 Dark Goldenrod

📋 copy color: '#B29013'

red 178 ◦ green 144 ◦ blue 19

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

Shades of Dark Goldenrod #B29013

Tints of Dark Goldenrod #B29013

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.23%

 BLUE value IS 19 (7.81% from 255) = 5.57%

R = 52.2%
G = 42.23%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B29013 (or 0xB29013) is known color: Dark Goldenrod. HEX triplet: B2, 90 and 13. RGB value is (178,144,19). Sum of RGB (Red+Green+Blue) = 178+144+19=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B29013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29013 is #4D6FEC. Grayscale: #8C8C8C. Windows color (decimal): -5074925 or 1282226. OLE color: 1282226.

HSL color Cylindrical-coordinate representation of color #B29013: hue angle of 47.17º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B29013 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 144 19 -
CMYK 0 0.19 0.89 0.30
HSL 47.17º 0.81% 0.39% -
HSV(B) 47.17º 0.89% 0.7% -
XYZ 28.45 29.46 4.8 -
YUV 139.92 59.76 155.16 -
System Red Green Blue C M Y K H S L
Decimal 178 144 19 0 0.19 0.89 0.30 47.17 0.81 0.39
Hex B2 90 13 0 13 59 1E 2F 51 27
Octal 262 220 23 0 23 131 36 57 121 47
Binary 10110010 10010000 10011 0 10011 1011001 11110 101111 1010001 100111

Color Harmonies of #B29013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29013

Black with #B29013

Text Example


Text Example

White with #B29013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29013; }

 p { color: rgb(178,144,19); }

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

background-color css

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

 a { background-color: rgb(178,144,19); }

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

border-color css

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

 span { border-color: rgb(178,144,19); }

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