Html Css Color HEX #B27012 Dark Goldenrod

📋 copy color: '#B27012'

red 178 ◦ green 112 ◦ blue 18

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

Shades of Dark Goldenrod #B27012

Tints of Dark Goldenrod #B27012

RGB

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

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

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

R = 57.79%
G = 36.36%
B = 5.84%

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

#B27012 (or 0xB27012) is known color: Dark Goldenrod. HEX triplet: B2, 70 and 12. RGB value is (178,112,18). Sum of RGB (Red+Green+Blue) = 178+112+18=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B27012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27012 is #4D8FED. Grayscale: #797979. Windows color (decimal): -5083118 or 1208498. OLE color: 1208498.

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

Color convert

RGB 178 112 18 -
CMYK 0 0.37 0.90 0.30
HSL 35.25º 0.82% 0.38% -
HSV(B) 35.25º 0.9% 0.7% -
XYZ 24.26 21.1 3.37 -
YUV 121.02 69.87 168.64 -
System Red Green Blue C M Y K H S L
Decimal 178 112 18 0 0.37 0.90 0.30 35.25 0.82 0.38
Hex B2 70 12 0 25 5A 1E 23 52 26
Octal 262 160 22 0 45 132 36 43 122 46
Binary 10110010 1110000 10010 0 100101 1011010 11110 100011 1010010 100110

Color Harmonies of #B27012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27012

Black with #B27012

Text Example


Text Example

White with #B27012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27012; }

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

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

background-color css

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

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

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

border-color css

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

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

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