Html Css Color HEX #B15D15 Rich Gold

📋 copy color: '#B15D15'

red 177 ◦ green 93 ◦ blue 21

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

Shades of Rich Gold #B15D15

Tints of Rich Gold #B15D15

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.96%

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

R = 60.82%
G = 31.96%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B15D15 (or 0xB15D15) is known color: Rich Gold. HEX triplet: B1, 5D and 15. RGB value is (177,93,21). Sum of RGB (Red+Green+Blue) = 177+93+21=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15D15 is #4EA2EA. Grayscale: #6E6E6E. Windows color (decimal): -5153515 or 1400241. OLE color: 1400241.

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

Color convert

RGB 177 93 21 -
CMYK 0 0.47 0.88 0.31
HSL 27.69º 0.79% 0.39% -
HSV(B) 27.69º 0.88% 0.69% -
XYZ 22.18 17.23 2.87 -
YUV 109.91 77.83 175.85 -
System Red Green Blue C M Y K H S L
Decimal 177 93 21 0 0.47 0.88 0.31 27.69 0.79 0.39
Hex B1 5D 15 0 2F 58 1F 1C 4F 27
Octal 261 135 25 0 57 130 37 34 117 47
Binary 10110001 1011101 10101 0 101111 1011000 11111 11100 1001111 100111

Color Harmonies of #B15D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15D15

Black with #B15D15

Text Example


Text Example

White with #B15D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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