Html Css Color HEX #B29302 Dark Goldenrod

📋 copy color: '#B29302'

red 178 ◦ green 147 ◦ blue 2

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

Shades of Dark Goldenrod #B29302

Tints of Dark Goldenrod #B29302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.95%

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 54.43%
G = 44.95%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B29302 (or 0xB29302) is known color: Dark Goldenrod. HEX triplet: B2, 93 and 02. RGB value is (178,147,2). Sum of RGB (Red+Green+Blue) = 178+147+2=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B29302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29302 is #4D6CFD. Grayscale: #8C8C8C. Windows color (decimal): -5074174 or 168882. OLE color: 168882.

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

Color convert

RGB 178 147 2 -
CMYK 0 0.17 0.99 0.30
HSL 49.43º 0.98% 0.35% -
HSV(B) 49.43º 0.99% 0.7% -
XYZ 28.8 30.34 4.39 -
YUV 139.74 50.27 155.29 -
System Red Green Blue C M Y K H S L
Decimal 178 147 2 0 0.17 0.99 0.30 49.43 0.98 0.35
Hex B2 93 2 0 11 63 1E 31 62 23
Octal 262 223 2 0 21 143 36 61 142 43
Binary 10110010 10010011 10 0 10001 1100011 11110 110001 1100010 100011

Color Harmonies of #B29302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29302

Black with #B29302

Text Example


Text Example

White with #B29302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29302; }

 p { color: rgb(178,147,2); }

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

background-color css

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

 a { background-color: rgb(178,147,2); }

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

border-color css

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

 span { border-color: rgb(178,147,2); }

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