Html Css Color HEX #B35518 Rich Gold

📋 copy color: '#B35518'

red 179 ◦ green 85 ◦ blue 24

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

Shades of Rich Gold #B35518

Tints of Rich Gold #B35518

RGB

 RED value IS 179 (70.31% from 255) = 62.15%

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

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

R = 62.15%
G = 29.51%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B35518 (or 0xB35518) is known color: Rich Gold. HEX triplet: B3, 55 and 18. RGB value is (179,85,24). Sum of RGB (Red+Green+Blue) = 179+85+24=288 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.15% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 179 - color contains mainly: red. Hex color #B35518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35518 is #4CAAE7. Grayscale: #6A6A6A. Windows color (decimal): -5024488 or 1594803. OLE color: 1594803.

HSL color Cylindrical-coordinate representation of color #B35518: hue angle of 23.61º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B35518 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 85 24 -
CMYK 0 0.53 0.87 0.30
HSL 23.61º 0.76% 0.4% -
HSV(B) 23.61º 0.87% 0.7% -
XYZ 22 16.15 2.82 -
YUV 106.15 81.64 179.96 -
System Red Green Blue C M Y K H S L
Decimal 179 85 24 0 0.53 0.87 0.30 23.61 0.76 0.4
Hex B3 55 18 0 35 57 1E 18 4C 28
Octal 263 125 30 0 65 127 36 30 114 50
Binary 10110011 1010101 11000 0 110101 1010111 11110 11000 1001100 101000

Color Harmonies of #B35518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35518

Black with #B35518

Text Example


Text Example

White with #B35518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35518; }

 p { color: rgb(179,85,24); }

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

background-color css

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

 a { background-color: rgb(179,85,24); }

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

border-color css

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

 span { border-color: rgb(179,85,24); }

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