Html Css Color HEX #B18012 Dark Goldenrod

📋 copy color: '#B18012'

red 177 ◦ green 128 ◦ blue 18

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

Shades of Dark Goldenrod #B18012

Tints of Dark Goldenrod #B18012

RGB

 RED value IS 177 (69.53% from 255) = 54.8%

 GREEN value IS 128 (50.39% from 255) = 39.63%

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

R = 54.8%
G = 39.63%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B18012 (or 0xB18012) is known color: Dark Goldenrod. HEX triplet: B1, 80 and 12. RGB value is (177,128,18). Sum of RGB (Red+Green+Blue) = 177+128+18=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B18012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18012 is #4E7FED. Grayscale: #828282. Windows color (decimal): -5144558 or 1212593. OLE color: 1212593.

HSL color Cylindrical-coordinate representation of color #B18012: hue angle of 41.51º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B18012 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 128 18 -
CMYK 0 0.28 0.90 0.31
HSL 41.51º 0.82% 0.38% -
HSV(B) 41.51º 0.9% 0.69% -
XYZ 25.96 24.83 4 -
YUV 130.11 64.73 161.44 -
System Red Green Blue C M Y K H S L
Decimal 177 128 18 0 0.28 0.90 0.31 41.51 0.82 0.38
Hex B1 80 12 0 1C 5A 1F 2A 52 26
Octal 261 200 22 0 34 132 37 52 122 46
Binary 10110001 10000000 10010 0 11100 1011010 11111 101010 1010010 100110

Color Harmonies of #B18012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18012

Black with #B18012

Text Example


Text Example

White with #B18012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18012; }

 p { color: rgb(177,128,18); }

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

background-color css

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

 a { background-color: rgb(177,128,18); }

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

border-color css

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

 span { border-color: rgb(177,128,18); }

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