Html Css Color HEX #B28902 Dark Goldenrod

📋 copy color: '#B28902'

red 178 ◦ green 137 ◦ blue 2

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

Shades of Dark Goldenrod #B28902

Tints of Dark Goldenrod #B28902

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.22%

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

R = 56.15%
G = 43.22%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B28902 (or 0xB28902) is known color: Dark Goldenrod. HEX triplet: B2, 89 and 02. RGB value is (178,137,2). Sum of RGB (Red+Green+Blue) = 178+137+2=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B28902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28902 is #4D76FD. Grayscale: #868686. Windows color (decimal): -5076734 or 166322. OLE color: 166322.

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

Color convert

RGB 178 137 2 -
CMYK 0 0.23 0.99 0.30
HSL 46.02º 0.98% 0.35% -
HSV(B) 46.02º 0.99% 0.7% -
XYZ 27.32 27.36 3.9 -
YUV 133.87 53.58 159.48 -
System Red Green Blue C M Y K H S L
Decimal 178 137 2 0 0.23 0.99 0.30 46.02 0.98 0.35
Hex B2 89 2 0 17 63 1E 2E 62 23
Octal 262 211 2 0 27 143 36 56 142 43
Binary 10110010 10001001 10 0 10111 1100011 11110 101110 1100010 100011

Color Harmonies of #B28902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28902

Black with #B28902

Text Example


Text Example

White with #B28902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28902; }

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

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

background-color css

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

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

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

border-color css

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

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

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