Html Css Color HEX #B28E02 Dark Goldenrod

📋 copy color: '#B28E02'

red 178 ◦ green 142 ◦ blue 2

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

Shades of Dark Goldenrod #B28E02

Tints of Dark Goldenrod #B28E02

RGB

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

 GREEN value IS 142 (55.86% from 255) = 44.1%

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

R = 55.28%
G = 44.1%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B28E02 (or 0xB28E02) is known color: Dark Goldenrod. HEX triplet: B2, 8E and 02. RGB value is (178,142,2). Sum of RGB (Red+Green+Blue) = 178+142+2=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 142 (55.86% from 255 or 44.10% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28E02 is #4D71FD. Grayscale: #898989. Windows color (decimal): -5075454 or 167602. OLE color: 167602.

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

Color convert

RGB 178 142 2 -
CMYK 0 0.20 0.99 0.30
HSL 47.73º 0.98% 0.35% -
HSV(B) 47.73º 0.99% 0.7% -
XYZ 28.04 28.82 4.14 -
YUV 136.8 51.93 157.38 -
System Red Green Blue C M Y K H S L
Decimal 178 142 2 0 0.20 0.99 0.30 47.73 0.98 0.35
Hex B2 8E 2 0 14 63 1E 30 62 23
Octal 262 216 2 0 24 143 36 60 142 43
Binary 10110010 10001110 10 0 10100 1100011 11110 110000 1100010 100011

Color Harmonies of #B28E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28E02

Black with #B28E02

Text Example


Text Example

White with #B28E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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