Html Css Color HEX #B29012 Dark Goldenrod

📋 copy color: '#B29012'

red 178 ◦ green 144 ◦ blue 18

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

Shades of Dark Goldenrod #B29012

Tints of Dark Goldenrod #B29012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.29%

R = 52.35%
G = 42.35%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B29012 (or 0xB29012) is known color: Dark Goldenrod. HEX triplet: B2, 90 and 12. RGB value is (178,144,18). Sum of RGB (Red+Green+Blue) = 178+144+18=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B29012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29012 is #4D6FED. Grayscale: #8C8C8C. Windows color (decimal): -5074926 or 1216690. OLE color: 1216690.

HSL color Cylindrical-coordinate representation of color #B29012: hue angle of 47.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B29012 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 144 18 -
CMYK 0 0.19 0.90 0.30
HSL 47.25º 0.82% 0.38% -
HSV(B) 47.25º 0.9% 0.7% -
XYZ 28.44 29.46 4.76 -
YUV 139.8 59.26 155.25 -
System Red Green Blue C M Y K H S L
Decimal 178 144 18 0 0.19 0.90 0.30 47.25 0.82 0.38
Hex B2 90 12 0 13 5A 1E 2F 52 26
Octal 262 220 22 0 23 132 36 57 122 46
Binary 10110010 10010000 10010 0 10011 1011010 11110 101111 1010010 100110

Color Harmonies of #B29012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29012

Black with #B29012

Text Example


Text Example

White with #B29012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29012; }

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

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

background-color css

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

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

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

border-color css

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

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

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