Html Css Color HEX #B28611 Dark Goldenrod

📋 copy color: '#B28611'

red 178 ◦ green 134 ◦ blue 17

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

Shades of Dark Goldenrod #B28611

Tints of Dark Goldenrod #B28611

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.73%

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

R = 54.1%
G = 40.73%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B28611 (or 0xB28611) is known color: Dark Goldenrod. HEX triplet: B2, 86 and 11. RGB value is (178,134,17). Sum of RGB (Red+Green+Blue) = 178+134+17=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B28611 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28611 is #4D79EE. Grayscale: #868686. Windows color (decimal): -5077487 or 1148594. OLE color: 1148594.

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

Color convert

RGB 178 134 17 -
CMYK 0 0.25 0.90 0.30
HSL 43.6º 0.83% 0.38% -
HSV(B) 43.6º 0.9% 0.7% -
XYZ 26.99 26.56 4.23 -
YUV 133.82 62.08 159.51 -
System Red Green Blue C M Y K H S L
Decimal 178 134 17 0 0.25 0.90 0.30 43.6 0.83 0.38
Hex B2 86 11 0 19 5A 1E 2C 53 26
Octal 262 206 21 0 31 132 36 54 123 46
Binary 10110010 10000110 10001 0 11001 1011010 11110 101100 1010011 100110

Color Harmonies of #B28611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28611

Black with #B28611

Text Example


Text Example

White with #B28611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28611; }

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

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

background-color css

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

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

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

border-color css

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

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

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