Html Css Color HEX #B28102 Dark Goldenrod

📋 copy color: '#B28102'

red 178 ◦ green 129 ◦ blue 2

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

Shades of Dark Goldenrod #B28102

Tints of Dark Goldenrod #B28102

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.75%

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

R = 57.61%
G = 41.75%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B28102 (or 0xB28102) is known color: Dark Goldenrod. HEX triplet: B2, 81 and 02. RGB value is (178,129,2). Sum of RGB (Red+Green+Blue) = 178+129+2=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B28102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28102 is #4D7EFD. Grayscale: #818181. Windows color (decimal): -5078782 or 164274. OLE color: 164274.

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

Color convert

RGB 178 129 2 -
CMYK 0 0.28 0.99 0.30
HSL 43.3º 0.98% 0.35% -
HSV(B) 43.3º 0.99% 0.7% -
XYZ 26.22 25.17 3.53 -
YUV 129.17 56.23 162.83 -
System Red Green Blue C M Y K H S L
Decimal 178 129 2 0 0.28 0.99 0.30 43.3 0.98 0.35
Hex B2 81 2 0 1C 63 1E 2B 62 23
Octal 262 201 2 0 34 143 36 53 142 43
Binary 10110010 10000001 10 0 11100 1100011 11110 101011 1100010 100011

Color Harmonies of #B28102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28102

Black with #B28102

Text Example


Text Example

White with #B28102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28102; }

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

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

background-color css

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

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

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

border-color css

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

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

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