Html Css Color HEX #B05C17 Rich Gold

📋 copy color: '#B05C17'

red 176 ◦ green 92 ◦ blue 23

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

Shades of Rich Gold #B05C17

Tints of Rich Gold #B05C17

RGB

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

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

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

R = 60.48%
G = 31.62%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B05C17 (or 0xB05C17) is known color: Rich Gold. HEX triplet: B0, 5C and 17. RGB value is (176,92,23). Sum of RGB (Red+Green+Blue) = 176+92+23=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05C17 is #4FA3E8. Grayscale: #6D6D6D. Windows color (decimal): -5219305 or 1531056. OLE color: 1531056.

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

Color convert

RGB 176 92 23 -
CMYK 0 0.48 0.87 0.31
HSL 27.06º 0.77% 0.39% -
HSV(B) 27.06º 0.87% 0.69% -
XYZ 21.89 16.95 2.93 -
YUV 109.25 79.33 175.61 -
System Red Green Blue C M Y K H S L
Decimal 176 92 23 0 0.48 0.87 0.31 27.06 0.77 0.39
Hex B0 5C 17 0 30 57 1F 1B 4D 27
Octal 260 134 27 0 60 127 37 33 115 47
Binary 10110000 1011100 10111 0 110000 1010111 11111 11011 1001101 100111

Color Harmonies of #B05C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05C17

Black with #B05C17

Text Example


Text Example

White with #B05C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05C17; }

 p { color: rgb(176,92,23); }

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

background-color css

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

 a { background-color: rgb(176,92,23); }

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

border-color css

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

 span { border-color: rgb(176,92,23); }

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