Html Css Color HEX #B28111 Dark Goldenrod

📋 copy color: '#B28111'

red 178 ◦ green 129 ◦ blue 17

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

Shades of Dark Goldenrod #B28111

Tints of Dark Goldenrod #B28111

RGB

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

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

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

R = 54.94%
G = 39.81%
B = 5.25%

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

#B28111 (or 0xB28111) is known color: Dark Goldenrod. HEX triplet: B2, 81 and 11. RGB value is (178,129,17). Sum of RGB (Red+Green+Blue) = 178+129+17=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B28111 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28111 is #4D7EEE. Grayscale: #838383. Windows color (decimal): -5078767 or 1147314. OLE color: 1147314.

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

Color convert

RGB 178 129 17 -
CMYK 0 0.28 0.90 0.30
HSL 41.74º 0.83% 0.38% -
HSV(B) 41.74º 0.9% 0.7% -
XYZ 26.31 25.21 4.01 -
YUV 130.88 63.73 161.61 -
System Red Green Blue C M Y K H S L
Decimal 178 129 17 0 0.28 0.90 0.30 41.74 0.83 0.38
Hex B2 81 11 0 1C 5A 1E 2A 53 26
Octal 262 201 21 0 34 132 36 52 123 46
Binary 10110010 10000001 10001 0 11100 1011010 11110 101010 1010011 100110

Color Harmonies of #B28111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28111

Black with #B28111

Text Example


Text Example

White with #B28111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28111; }

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

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

background-color css

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

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

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

border-color css

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

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

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