Html Css Color HEX #B18316 Dark Goldenrod

📋 copy color: '#B18316'

red 177 ◦ green 131 ◦ blue 22

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

Shades of Dark Goldenrod #B18316

Tints of Dark Goldenrod #B18316

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.7%

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

R = 53.64%
G = 39.7%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B18316 (or 0xB18316) is known color: Dark Goldenrod. HEX triplet: B1, 83 and 16. RGB value is (177,131,22). Sum of RGB (Red+Green+Blue) = 177+131+22=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B18316 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18316 is #4E7CE9. Grayscale: #848484. Windows color (decimal): -5143786 or 1475505. OLE color: 1475505.

HSL color Cylindrical-coordinate representation of color #B18316: hue angle of 42.19º 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 #B18316 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 131 22 -
CMYK 0 0.26 0.88 0.31
HSL 42.19º 0.78% 0.39% -
HSV(B) 42.19º 0.88% 0.69% -
XYZ 26.39 25.64 4.32 -
YUV 132.33 65.74 159.86 -
System Red Green Blue C M Y K H S L
Decimal 177 131 22 0 0.26 0.88 0.31 42.19 0.78 0.39
Hex B1 83 16 0 1A 58 1F 2A 4E 27
Octal 261 203 26 0 32 130 37 52 116 47
Binary 10110001 10000011 10110 0 11010 1011000 11111 101010 1001110 100111

Color Harmonies of #B18316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18316

Black with #B18316

Text Example


Text Example

White with #B18316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18316; }

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

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

background-color css

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

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

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

border-color css

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

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

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