Html Css Color HEX #B27112 Dark Goldenrod

📋 copy color: '#B27112'

red 178 ◦ green 113 ◦ blue 18

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

Shades of Dark Goldenrod #B27112

Tints of Dark Goldenrod #B27112

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.57%

 BLUE value IS 18 (7.42% from 255) = 5.83%

R = 57.61%
G = 36.57%
B = 5.83%

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

#B27112 (or 0xB27112) is known color: Dark Goldenrod. HEX triplet: B2, 71 and 12. RGB value is (178,113,18). Sum of RGB (Red+Green+Blue) = 178+113+18=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B27112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27112 is #4D8EED. Grayscale: #7A7A7A. Windows color (decimal): -5082862 or 1208754. OLE color: 1208754.

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

Color convert

RGB 178 113 18 -
CMYK 0 0.37 0.90 0.30
HSL 35.63º 0.82% 0.38% -
HSV(B) 35.63º 0.9% 0.7% -
XYZ 24.37 21.32 3.4 -
YUV 121.61 69.53 168.22 -
System Red Green Blue C M Y K H S L
Decimal 178 113 18 0 0.37 0.90 0.30 35.63 0.82 0.38
Hex B2 71 12 0 25 5A 1E 24 52 26
Octal 262 161 22 0 45 132 36 44 122 46
Binary 10110010 1110001 10010 0 100101 1011010 11110 100100 1010010 100110

Color Harmonies of #B27112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27112

Black with #B27112

Text Example


Text Example

White with #B27112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27112; }

 p { color: rgb(178,113,18); }

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

background-color css

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

 a { background-color: rgb(178,113,18); }

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

border-color css

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

 span { border-color: rgb(178,113,18); }

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