Html Css Color HEX #B15619 Rich Gold

📋 copy color: '#B15619'

red 177 ◦ green 86 ◦ blue 25

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

Shades of Rich Gold #B15619

Tints of Rich Gold #B15619

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.86%

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

R = 61.46%
G = 29.86%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B15619 (or 0xB15619) is known color: Rich Gold. HEX triplet: B1, 56 and 19. RGB value is (177,86,25). Sum of RGB (Red+Green+Blue) = 177+86+25=288 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.46% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 177 - color contains mainly: red. Hex color #B15619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15619 is #4EA9E6. Grayscale: #6A6A6A. Windows color (decimal): -5155303 or 1660593. OLE color: 1660593.

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

Color convert

RGB 177 86 25 -
CMYK 0 0.51 0.86 0.31
HSL 24.08º 0.75% 0.4% -
HSV(B) 24.08º 0.86% 0.69% -
XYZ 21.63 16.07 2.88 -
YUV 106.26 82.15 178.46 -
System Red Green Blue C M Y K H S L
Decimal 177 86 25 0 0.51 0.86 0.31 24.08 0.75 0.4
Hex B1 56 19 0 33 56 1F 18 4B 28
Octal 261 126 31 0 63 126 37 30 113 50
Binary 10110001 1010110 11001 0 110011 1010110 11111 11000 1001011 101000

Color Harmonies of #B15619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15619

Black with #B15619

Text Example


Text Example

White with #B15619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15619; }

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

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

background-color css

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

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

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

border-color css

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

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

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