Html Css Color HEX #B18315 Dark Goldenrod

📋 copy color: '#B18315'

red 177 ◦ green 131 ◦ blue 21

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

Shades of Dark Goldenrod #B18315

Tints of Dark Goldenrod #B18315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.38%

R = 53.8%
G = 39.82%
B = 6.38%

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

#B18315 (or 0xB18315) is known color: Dark Goldenrod. HEX triplet: B1, 83 and 15. RGB value is (177,131,21). Sum of RGB (Red+Green+Blue) = 177+131+21=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B18315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18315 is #4E7CEA. Grayscale: #848484. Windows color (decimal): -5143787 or 1409969. OLE color: 1409969.

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

Color convert

RGB 177 131 21 -
CMYK 0 0.26 0.88 0.31
HSL 42.31º 0.79% 0.39% -
HSV(B) 42.31º 0.88% 0.69% -
XYZ 26.38 25.63 4.27 -
YUV 132.21 65.24 159.94 -
System Red Green Blue C M Y K H S L
Decimal 177 131 21 0 0.26 0.88 0.31 42.31 0.79 0.39
Hex B1 83 15 0 1A 58 1F 2A 4F 27
Octal 261 203 25 0 32 130 37 52 117 47
Binary 10110001 10000011 10101 0 11010 1011000 11111 101010 1001111 100111

Color Harmonies of #B18315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18315

Black with #B18315

Text Example


Text Example

White with #B18315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18315; }

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

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

background-color css

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

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

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

border-color css

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

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

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