Html Css Color HEX #B15319 Rich Gold

📋 copy color: '#B15319'

red 177 ◦ green 83 ◦ blue 25

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

Shades of Rich Gold #B15319

Tints of Rich Gold #B15319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.12%

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

R = 62.11%
G = 29.12%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B15319 (or 0xB15319) is known color: Rich Gold. HEX triplet: B1, 53 and 19. RGB value is (177,83,25). Sum of RGB (Red+Green+Blue) = 177+83+25=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B15319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15319 is #4EACE6. Grayscale: #686868. Windows color (decimal): -5156071 or 1659825. OLE color: 1659825.

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

Color convert

RGB 177 83 25 -
CMYK 0 0.53 0.86 0.31
HSL 22.89º 0.75% 0.4% -
HSV(B) 22.89º 0.86% 0.69% -
XYZ 21.4 15.6 2.8 -
YUV 104.49 83.14 179.72 -
System Red Green Blue C M Y K H S L
Decimal 177 83 25 0 0.53 0.86 0.31 22.89 0.75 0.4
Hex B1 53 19 0 35 56 1F 17 4B 28
Octal 261 123 31 0 65 126 37 27 113 50
Binary 10110001 1010011 11001 0 110101 1010110 11111 10111 1001011 101000

Color Harmonies of #B15319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15319

Black with #B15319

Text Example


Text Example

White with #B15319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15319; }

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

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

background-color css

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

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

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

border-color css

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

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

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