Html Css Color HEX #B29202 Dark Goldenrod

📋 copy color: '#B29202'

red 178 ◦ green 146 ◦ blue 2

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

Shades of Dark Goldenrod #B29202

Tints of Dark Goldenrod #B29202

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.79%

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

R = 54.6%
G = 44.79%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B29202 (or 0xB29202) is known color: Dark Goldenrod. HEX triplet: B2, 92 and 02. RGB value is (178,146,2). Sum of RGB (Red+Green+Blue) = 178+146+2=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B29202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29202 is #4D6DFD. Grayscale: #8B8B8B. Windows color (decimal): -5074430 or 168626. OLE color: 168626.

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

Color convert

RGB 178 146 2 -
CMYK 0 0.18 0.99 0.30
HSL 49.09º 0.98% 0.35% -
HSV(B) 49.09º 0.99% 0.7% -
XYZ 28.65 30.03 4.34 -
YUV 139.15 50.6 155.71 -
System Red Green Blue C M Y K H S L
Decimal 178 146 2 0 0.18 0.99 0.30 49.09 0.98 0.35
Hex B2 92 2 0 12 63 1E 31 62 23
Octal 262 222 2 0 22 143 36 61 142 43
Binary 10110010 10010010 10 0 10010 1100011 11110 110001 1100010 100011

Color Harmonies of #B29202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29202

Black with #B29202

Text Example


Text Example

White with #B29202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29202; }

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

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

background-color css

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

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

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

border-color css

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

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

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