Html Css Color HEX #B15C18 Rich Gold

📋 copy color: '#B15C18'

red 177 ◦ green 92 ◦ blue 24

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

Shades of Rich Gold #B15C18

Tints of Rich Gold #B15C18

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.4%

 BLUE value IS 24 (9.77% from 255) = 8.19%

R = 60.41%
G = 31.4%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B15C18 (or 0xB15C18) is known color: Rich Gold. HEX triplet: B1, 5C and 18. RGB value is (177,92,24). Sum of RGB (Red+Green+Blue) = 177+92+24=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15C18 is #4EA3E7. Grayscale: #6E6E6E. Windows color (decimal): -5153768 or 1596593. OLE color: 1596593.

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

Color convert

RGB 177 92 24 -
CMYK 0 0.48 0.86 0.31
HSL 26.67º 0.76% 0.39% -
HSV(B) 26.67º 0.86% 0.69% -
XYZ 22.12 17.07 2.99 -
YUV 109.66 79.66 176.03 -
System Red Green Blue C M Y K H S L
Decimal 177 92 24 0 0.48 0.86 0.31 26.67 0.76 0.39
Hex B1 5C 18 0 30 56 1F 1B 4C 27
Octal 261 134 30 0 60 126 37 33 114 47
Binary 10110001 1011100 11000 0 110000 1010110 11111 11011 1001100 100111

Color Harmonies of #B15C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15C18

Black with #B15C18

Text Example


Text Example

White with #B15C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15C18; }

 p { color: rgb(177,92,24); }

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

background-color css

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

 a { background-color: rgb(177,92,24); }

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

border-color css

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

 span { border-color: rgb(177,92,24); }

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