Html Css Color HEX #B28500 Dark Goldenrod

📋 copy color: '#B28500'

red 178 ◦ green 133 ◦ blue 0

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

Shades of Dark Goldenrod #B28500

Tints of Dark Goldenrod #B28500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.77%

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

R = 57.23%
G = 42.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B28500 (or 0xB28500) is known color: Dark Goldenrod. HEX triplet: B2, 85 and 00. RGB value is (178,133,0). Sum of RGB (Red+Green+Blue) = 178+133+0=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B28500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28500 is #4D7AFF. Grayscale: #838383. Windows color (decimal): -5077760 or 34226. OLE color: 34226.

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

Color convert

RGB 178 133 0 -
CMYK 0 0.25 1 0.30
HSL 44.83º 1% 0.35% -
HSV(B) 44.83º 1% 0.7% -
XYZ 26.75 26.24 3.66 -
YUV 131.29 53.91 161.31 -
System Red Green Blue C M Y K H S L
Decimal 178 133 0 0 0.25 1 0.30 44.83 1 0.35
Hex B2 85 0 0 19 64 1E 2D 64 23
Octal 262 205 0 0 31 144 36 55 144 43
Binary 10110010 10000101 0 0 11001 1100100 11110 101101 1100100 100011

Color Harmonies of #B28500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28500

Black with #B28500

Text Example


Text Example

White with #B28500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28500; }

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

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

background-color css

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

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

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

border-color css

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

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

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