Html Css Color HEX #B05515 Rich Gold

📋 copy color: '#B05515'

red 176 ◦ green 85 ◦ blue 21

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

Shades of Rich Gold #B05515

Tints of Rich Gold #B05515

RGB

 RED value IS 176 (69.14% from 255) = 62.41%

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

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

R = 62.41%
G = 30.14%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B05515 (or 0xB05515) is known color: Rich Gold. HEX triplet: B0, 55 and 15. RGB value is (176,85,21). Sum of RGB (Red+Green+Blue) = 176+85+21=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B05515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05515 is #4FAAEA. Grayscale: #696969. Windows color (decimal): -5221099 or 1398192. OLE color: 1398192.

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

Color convert

RGB 176 85 21 -
CMYK 0 0.52 0.88 0.31
HSL 24.77º 0.79% 0.39% -
HSV(B) 24.77º 0.88% 0.69% -
XYZ 21.29 15.78 2.63 -
YUV 104.91 80.65 178.7 -
System Red Green Blue C M Y K H S L
Decimal 176 85 21 0 0.52 0.88 0.31 24.77 0.79 0.39
Hex B0 55 15 0 34 58 1F 19 4F 27
Octal 260 125 25 0 64 130 37 31 117 47
Binary 10110000 1010101 10101 0 110100 1011000 11111 11001 1001111 100111

Color Harmonies of #B05515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05515

Black with #B05515

Text Example


Text Example

White with #B05515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05515; }

 p { color: rgb(176,85,21); }

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

background-color css

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

 a { background-color: rgb(176,85,21); }

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

border-color css

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

 span { border-color: rgb(176,85,21); }

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