Html Css Color HEX #B28000 Dark Goldenrod

📋 copy color: '#B28000'

red 178 ◦ green 128 ◦ blue 0

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

Shades of Dark Goldenrod #B28000

Tints of Dark Goldenrod #B28000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.17%
G = 41.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B28000 (or 0xB28000) is known color: Dark Goldenrod. HEX triplet: B2, 80 and 00. RGB value is (178,128,0). Sum of RGB (Red+Green+Blue) = 178+128+0=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B28000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28000 is #4D7FFF. Grayscale: #808080. Windows color (decimal): -5079040 or 32946. OLE color: 32946.

HSL color Cylindrical-coordinate representation of color #B28000: hue angle of 43.15º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B28000 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 128 0 -
CMYK 0 0.28 1 0.30
HSL 43.15º 1% 0.35% -
HSV(B) 43.15º 1% 0.7% -
XYZ 26.08 24.9 3.43 -
YUV 128.36 55.57 163.41 -
System Red Green Blue C M Y K H S L
Decimal 178 128 0 0 0.28 1 0.30 43.15 1 0.35
Hex B2 80 0 0 1C 64 1E 2B 64 23
Octal 262 200 0 0 34 144 36 53 144 43
Binary 10110010 10000000 0 0 11100 1100100 11110 101011 1100100 100011

Color Harmonies of #B28000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28000

Black with #B28000

Text Example


Text Example

White with #B28000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28000; }

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

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

background-color css

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

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

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

border-color css

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

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

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