Html Css Color HEX #B27011 Dark Goldenrod

📋 copy color: '#B27011'

red 178 ◦ green 112 ◦ blue 17

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

Shades of Dark Goldenrod #B27011

Tints of Dark Goldenrod #B27011

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.48%

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

R = 57.98%
G = 36.48%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B27011 (or 0xB27011) is known color: Dark Goldenrod. HEX triplet: B2, 70 and 11. RGB value is (178,112,17). Sum of RGB (Red+Green+Blue) = 178+112+17=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B27011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27011 is #4D8FEE. Grayscale: #797979. Windows color (decimal): -5083119 or 1142962. OLE color: 1142962.

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

Color convert

RGB 178 112 17 -
CMYK 0 0.37 0.90 0.30
HSL 35.4º 0.83% 0.38% -
HSV(B) 35.4º 0.9% 0.7% -
XYZ 24.26 21.09 3.32 -
YUV 120.9 69.37 168.72 -
System Red Green Blue C M Y K H S L
Decimal 178 112 17 0 0.37 0.90 0.30 35.4 0.83 0.38
Hex B2 70 11 0 25 5A 1E 23 53 26
Octal 262 160 21 0 45 132 36 43 123 46
Binary 10110010 1110000 10001 0 100101 1011010 11110 100011 1010011 100110

Color Harmonies of #B27011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27011

Black with #B27011

Text Example


Text Example

White with #B27011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27011; }

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

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

background-color css

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

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

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

border-color css

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

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

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