Html Css Color HEX #B28100 Dark Goldenrod

📋 copy color: '#B28100'

red 178 ◦ green 129 ◦ blue 0

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

Shades of Dark Goldenrod #B28100

Tints of Dark Goldenrod #B28100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.02%

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

R = 57.98%
G = 42.02%
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

#B28100 (or 0xB28100) is known color: Dark Goldenrod. HEX triplet: B2, 81 and 00. RGB value is (178,129,0). Sum of RGB (Red+Green+Blue) = 178+129+0=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B28100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28100 is #4D7EFF. Grayscale: #818181. Windows color (decimal): -5078784 or 33202. OLE color: 33202.

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

Color convert

RGB 178 129 0 -
CMYK 0 0.28 1 0.30
HSL 43.48º 1% 0.35% -
HSV(B) 43.48º 1% 0.7% -
XYZ 26.21 25.17 3.48 -
YUV 128.95 55.23 162.99 -
System Red Green Blue C M Y K H S L
Decimal 178 129 0 0 0.28 1 0.30 43.48 1 0.35
Hex B2 81 0 0 1C 64 1E 2B 64 23
Octal 262 201 0 0 34 144 36 53 144 43
Binary 10110010 10000001 0 0 11100 1100100 11110 101011 1100100 100011

Color Harmonies of #B28100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28100

Black with #B28100

Text Example


Text Example

White with #B28100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28100; }

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

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

background-color css

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

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

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

border-color css

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

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

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