Html Css Color HEX #B28002 Dark Goldenrod

📋 copy color: '#B28002'

red 178 ◦ green 128 ◦ blue 2

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

Shades of Dark Goldenrod #B28002

Tints of Dark Goldenrod #B28002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.56%

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

R = 57.79%
G = 41.56%
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

#B28002 (or 0xB28002) is known color: Dark Goldenrod. HEX triplet: B2, 80 and 02. RGB value is (178,128,2). Sum of RGB (Red+Green+Blue) = 178+128+2=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B28002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28002 is #4D7FFD. Grayscale: #818181. Windows color (decimal): -5079038 or 164018. OLE color: 164018.

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

Color convert

RGB 178 128 2 -
CMYK 0 0.28 0.99 0.30
HSL 42.95º 0.98% 0.35% -
HSV(B) 42.95º 0.99% 0.7% -
XYZ 26.09 24.91 3.49 -
YUV 128.59 56.57 163.25 -
System Red Green Blue C M Y K H S L
Decimal 178 128 2 0 0.28 0.99 0.30 42.95 0.98 0.35
Hex B2 80 2 0 1C 63 1E 2B 62 23
Octal 262 200 2 0 34 143 36 53 142 43
Binary 10110010 10000000 10 0 11100 1100011 11110 101011 1100010 100011

Color Harmonies of #B28002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28002

Black with #B28002

Text Example


Text Example

White with #B28002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28002; }

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

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

background-color css

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

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

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

border-color css

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

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

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