Html Css Color HEX #B15517 Rich Gold

📋 copy color: '#B15517'

red 177 ◦ green 85 ◦ blue 23

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

Shades of Rich Gold #B15517

Tints of Rich Gold #B15517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.07%

R = 62.11%
G = 29.82%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B15517 (or 0xB15517) is known color: Rich Gold. HEX triplet: B1, 55 and 17. RGB value is (177,85,23). Sum of RGB (Red+Green+Blue) = 177+85+23=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B15517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15517 is #4EAAE8. Grayscale: #696969. Windows color (decimal): -5155561 or 1529265. OLE color: 1529265.

HSL color Cylindrical-coordinate representation of color #B15517: hue angle of 24.16º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B15517 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 85 23 -
CMYK 0 0.52 0.87 0.31
HSL 24.16º 0.77% 0.39% -
HSV(B) 24.16º 0.87% 0.69% -
XYZ 21.53 15.91 2.75 -
YUV 105.44 81.48 179.04 -
System Red Green Blue C M Y K H S L
Decimal 177 85 23 0 0.52 0.87 0.31 24.16 0.77 0.39
Hex B1 55 17 0 34 57 1F 18 4D 27
Octal 261 125 27 0 64 127 37 30 115 47
Binary 10110001 1010101 10111 0 110100 1010111 11111 11000 1001101 100111

Color Harmonies of #B15517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15517

Black with #B15517

Text Example


Text Example

White with #B15517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15517; }

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

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

background-color css

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

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

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

border-color css

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

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

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