Html Css Color HEX #B18C16 Dark Goldenrod

📋 copy color: '#B18C16'

red 177 ◦ green 140 ◦ blue 22

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

Shades of Dark Goldenrod #B18C16

Tints of Dark Goldenrod #B18C16

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.3%

 BLUE value IS 22 (8.98% from 255) = 6.49%

R = 52.21%
G = 41.3%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B18C16 (or 0xB18C16) is known color: Dark Goldenrod. HEX triplet: B1, 8C and 16. RGB value is (177,140,22). Sum of RGB (Red+Green+Blue) = 177+140+22=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18C16 is #4E73E9. Grayscale: #8A8A8A. Windows color (decimal): -5141482 or 1477809. OLE color: 1477809.

HSL color Cylindrical-coordinate representation of color #B18C16: hue angle of 45.68º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B18C16 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 140 22 -
CMYK 0 0.21 0.88 0.31
HSL 45.68º 0.78% 0.39% -
HSV(B) 45.68º 0.88% 0.69% -
XYZ 27.65 28.16 4.74 -
YUV 137.61 62.76 156.09 -
System Red Green Blue C M Y K H S L
Decimal 177 140 22 0 0.21 0.88 0.31 45.68 0.78 0.39
Hex B1 8C 16 0 15 58 1F 2E 4E 27
Octal 261 214 26 0 25 130 37 56 116 47
Binary 10110001 10001100 10110 0 10101 1011000 11111 101110 1001110 100111

Color Harmonies of #B18C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18C16

Black with #B18C16

Text Example


Text Example

White with #B18C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18C16; }

 p { color: rgb(177,140,22); }

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

background-color css

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

 a { background-color: rgb(177,140,22); }

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

border-color css

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

 span { border-color: rgb(177,140,22); }

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