Html Css Color HEX #B28011 Dark Goldenrod

📋 copy color: '#B28011'

red 178 ◦ green 128 ◦ blue 17

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

Shades of Dark Goldenrod #B28011

Tints of Dark Goldenrod #B28011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.26%

R = 55.11%
G = 39.63%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B28011 (or 0xB28011) is known color: Dark Goldenrod. HEX triplet: B2, 80 and 11. RGB value is (178,128,17). Sum of RGB (Red+Green+Blue) = 178+128+17=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B28011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28011 is #4D7FEE. Grayscale: #828282. Windows color (decimal): -5079023 or 1147058. OLE color: 1147058.

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

Color convert

RGB 178 128 17 -
CMYK 0 0.28 0.90 0.30
HSL 41.37º 0.83% 0.38% -
HSV(B) 41.37º 0.9% 0.7% -
XYZ 26.18 24.94 3.97 -
YUV 130.3 64.07 162.03 -
System Red Green Blue C M Y K H S L
Decimal 178 128 17 0 0.28 0.90 0.30 41.37 0.83 0.38
Hex B2 80 11 0 1C 5A 1E 29 53 26
Octal 262 200 21 0 34 132 36 51 123 46
Binary 10110010 10000000 10001 0 11100 1011010 11110 101001 1010011 100110

Color Harmonies of #B28011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28011

Black with #B28011

Text Example


Text Example

White with #B28011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28011; }

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

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

background-color css

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

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

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

border-color css

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

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

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