Html Css Color HEX #B15D19 Rich Gold

📋 copy color: '#B15D19'

red 177 ◦ green 93 ◦ blue 25

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

Shades of Rich Gold #B15D19

Tints of Rich Gold #B15D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.47%

R = 60%
G = 31.53%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B15D19 (or 0xB15D19) is known color: Rich Gold. HEX triplet: B1, 5D and 19. RGB value is (177,93,25). Sum of RGB (Red+Green+Blue) = 177+93+25=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15D19 is #4EA2E6. Grayscale: #6E6E6E. Windows color (decimal): -5153511 or 1662385. OLE color: 1662385.

HSL color Cylindrical-coordinate representation of color #B15D19: hue angle of 26.84º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B15D19 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 93 25 -
CMYK 0 0.47 0.86 0.31
HSL 26.84º 0.75% 0.4% -
HSV(B) 26.84º 0.86% 0.69% -
XYZ 22.22 17.25 3.08 -
YUV 110.36 79.83 175.53 -
System Red Green Blue C M Y K H S L
Decimal 177 93 25 0 0.47 0.86 0.31 26.84 0.75 0.4
Hex B1 5D 19 0 2F 56 1F 1B 4B 28
Octal 261 135 31 0 57 126 37 33 113 50
Binary 10110001 1011101 11001 0 101111 1010110 11111 11011 1001011 101000

Color Harmonies of #B15D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15D19

Black with #B15D19

Text Example


Text Example

White with #B15D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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