Html Css Color HEX #B15519 Rich Gold

📋 copy color: '#B15519'

red 177 ◦ green 85 ◦ blue 25

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

Shades of Rich Gold #B15519

Tints of Rich Gold #B15519

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.62%

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

R = 61.67%
G = 29.62%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B15519 (or 0xB15519) is known color: Rich Gold. HEX triplet: B1, 55 and 19. RGB value is (177,85,25). Sum of RGB (Red+Green+Blue) = 177+85+25=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B15519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15519 is #4EAAE6. Grayscale: #6A6A6A. Windows color (decimal): -5155559 or 1660337. OLE color: 1660337.

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

Color convert

RGB 177 85 25 -
CMYK 0 0.52 0.86 0.31
HSL 23.68º 0.75% 0.4% -
HSV(B) 23.68º 0.86% 0.69% -
XYZ 21.56 15.91 2.86 -
YUV 105.67 82.48 178.88 -
System Red Green Blue C M Y K H S L
Decimal 177 85 25 0 0.52 0.86 0.31 23.68 0.75 0.4
Hex B1 55 19 0 34 56 1F 18 4B 28
Octal 261 125 31 0 64 126 37 30 113 50
Binary 10110001 1010101 11001 0 110100 1010110 11111 11000 1001011 101000

Color Harmonies of #B15519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15519

Black with #B15519

Text Example


Text Example

White with #B15519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15519; }

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

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

background-color css

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

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

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

border-color css

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

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

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