Html Css Color HEX #B29014 Dark Goldenrod

📋 copy color: '#B29014'

red 178 ◦ green 144 ◦ blue 20

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

Shades of Dark Goldenrod #B29014

Tints of Dark Goldenrod #B29014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.85%

R = 52.05%
G = 42.11%
B = 5.85%

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

#B29014 (or 0xB29014) is known color: Dark Goldenrod. HEX triplet: B2, 90 and 14. RGB value is (178,144,20). Sum of RGB (Red+Green+Blue) = 178+144+20=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B29014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29014 is #4D6FEB. Grayscale: #8C8C8C. Windows color (decimal): -5074924 or 1347762. OLE color: 1347762.

HSL color Cylindrical-coordinate representation of color #B29014: hue angle of 47.09º degrees, saturation: 0.8, 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 #B29014 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 144 20 -
CMYK 0 0.19 0.89 0.30
HSL 47.09º 0.8% 0.39% -
HSV(B) 47.09º 0.89% 0.7% -
XYZ 28.46 29.46 4.85 -
YUV 140.03 60.26 155.08 -
System Red Green Blue C M Y K H S L
Decimal 178 144 20 0 0.19 0.89 0.30 47.09 0.8 0.39
Hex B2 90 14 0 13 59 1E 2F 50 27
Octal 262 220 24 0 23 131 36 57 120 47
Binary 10110010 10010000 10100 0 10011 1011001 11110 101111 1010000 100111

Color Harmonies of #B29014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29014

Black with #B29014

Text Example


Text Example

White with #B29014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29014; }

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

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

background-color css

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

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

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

border-color css

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

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

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