Html Css Color HEX #B15715 Rich Gold

📋 copy color: '#B15715'

red 177 ◦ green 87 ◦ blue 21

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

Shades of Rich Gold #B15715

Tints of Rich Gold #B15715

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.53%

 BLUE value IS 21 (8.59% from 255) = 7.37%

R = 62.11%
G = 30.53%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B15715 (or 0xB15715) is known color: Rich Gold. HEX triplet: B1, 57 and 15. RGB value is (177,87,21). Sum of RGB (Red+Green+Blue) = 177+87+21=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B15715 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15715 is #4EA8EA. Grayscale: #6A6A6A. Windows color (decimal): -5155051 or 1398705. OLE color: 1398705.

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

Color convert

RGB 177 87 21 -
CMYK 0 0.51 0.88 0.31
HSL 25.38º 0.79% 0.39% -
HSV(B) 25.38º 0.88% 0.69% -
XYZ 21.68 16.22 2.7 -
YUV 106.39 79.82 178.37 -
System Red Green Blue C M Y K H S L
Decimal 177 87 21 0 0.51 0.88 0.31 25.38 0.79 0.39
Hex B1 57 15 0 33 58 1F 19 4F 27
Octal 261 127 25 0 63 130 37 31 117 47
Binary 10110001 1010111 10101 0 110011 1011000 11111 11001 1001111 100111

Color Harmonies of #B15715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15715

Black with #B15715

Text Example


Text Example

White with #B15715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15715; }

 p { color: rgb(177,87,21); }

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

background-color css

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

 a { background-color: rgb(177,87,21); }

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

border-color css

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

 span { border-color: rgb(177,87,21); }

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