Html Css Color HEX #B28202 Dark Goldenrod

📋 copy color: '#B28202'

red 178 ◦ green 130 ◦ blue 2

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

Shades of Dark Goldenrod #B28202

Tints of Dark Goldenrod #B28202

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.94%

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

R = 57.42%
G = 41.94%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B28202 (or 0xB28202) is known color: Dark Goldenrod. HEX triplet: B2, 82 and 02. RGB value is (178,130,2). Sum of RGB (Red+Green+Blue) = 178+130+2=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B28202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28202 is #4D7DFD. Grayscale: #828282. Windows color (decimal): -5078526 or 164530. OLE color: 164530.

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

Color convert

RGB 178 130 2 -
CMYK 0 0.27 0.99 0.30
HSL 43.64º 0.98% 0.35% -
HSV(B) 43.64º 0.99% 0.7% -
XYZ 26.35 25.43 3.58 -
YUV 129.76 55.9 162.41 -
System Red Green Blue C M Y K H S L
Decimal 178 130 2 0 0.27 0.99 0.30 43.64 0.98 0.35
Hex B2 82 2 0 1B 63 1E 2C 62 23
Octal 262 202 2 0 33 143 36 54 142 43
Binary 10110010 10000010 10 0 11011 1100011 11110 101100 1100010 100011

Color Harmonies of #B28202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28202

Black with #B28202

Text Example


Text Example

White with #B28202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28202; }

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

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

background-color css

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

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

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

border-color css

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

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

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