Html Css Color HEX #B28900 Dark Goldenrod

📋 copy color: '#B28900'

red 178 ◦ green 137 ◦ blue 0

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

Shades of Dark Goldenrod #B28900

Tints of Dark Goldenrod #B28900

RGB

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

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

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

R = 56.51%
G = 43.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B28900 (or 0xB28900) is known color: Dark Goldenrod. HEX triplet: B2, 89 and 00. RGB value is (178,137,0). Sum of RGB (Red+Green+Blue) = 178+137+0=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B28900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28900 is #4D76FF. Grayscale: #868686. Windows color (decimal): -5076736 or 35250. OLE color: 35250.

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

Color convert

RGB 178 137 0 -
CMYK 0 0.23 1 0.30
HSL 46.18º 1% 0.35% -
HSV(B) 46.18º 1% 0.7% -
XYZ 27.31 27.36 3.84 -
YUV 133.64 52.58 159.64 -
System Red Green Blue C M Y K H S L
Decimal 178 137 0 0 0.23 1 0.30 46.18 1 0.35
Hex B2 89 0 0 17 64 1E 2E 64 23
Octal 262 211 0 0 27 144 36 56 144 43
Binary 10110010 10001001 0 0 10111 1100100 11110 101110 1100100 100011

Color Harmonies of #B28900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28900

Black with #B28900

Text Example


Text Example

White with #B28900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28900; }

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

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

background-color css

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

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

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

border-color css

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

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

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