Html Css Color HEX #B27511 Dark Goldenrod

📋 copy color: '#B27511'

red 178 ◦ green 117 ◦ blue 17

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

Shades of Dark Goldenrod #B27511

Tints of Dark Goldenrod #B27511

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.5%

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

R = 57.05%
G = 37.5%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B27511 (or 0xB27511) is known color: Dark Goldenrod. HEX triplet: B2, 75 and 11. RGB value is (178,117,17). Sum of RGB (Red+Green+Blue) = 178+117+17=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B27511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27511 is #4D8AEE. Grayscale: #7C7C7C. Windows color (decimal): -5081839 or 1144242. OLE color: 1144242.

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

Color convert

RGB 178 117 17 -
CMYK 0 0.34 0.90 0.30
HSL 37.27º 0.83% 0.38% -
HSV(B) 37.27º 0.9% 0.7% -
XYZ 24.82 22.23 3.51 -
YUV 123.84 67.71 166.63 -
System Red Green Blue C M Y K H S L
Decimal 178 117 17 0 0.34 0.90 0.30 37.27 0.83 0.38
Hex B2 75 11 0 22 5A 1E 25 53 26
Octal 262 165 21 0 42 132 36 45 123 46
Binary 10110010 1110101 10001 0 100010 1011010 11110 100101 1010011 100110

Color Harmonies of #B27511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27511

Black with #B27511

Text Example


Text Example

White with #B27511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27511; }

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

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

background-color css

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

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

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

border-color css

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

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

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