Html Css Color HEX #B25518 Rich Gold

📋 copy color: '#B25518'

red 178 ◦ green 85 ◦ blue 24

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

Shades of Rich Gold #B25518

Tints of Rich Gold #B25518

RGB

 RED value IS 178 (69.92% from 255) = 62.02%

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

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

R = 62.02%
G = 29.62%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B25518 (or 0xB25518) is known color: Rich Gold. HEX triplet: B2, 55 and 18. RGB value is (178,85,24). Sum of RGB (Red+Green+Blue) = 178+85+24=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B25518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25518 is #4DAAE7. Grayscale: #6A6A6A. Windows color (decimal): -5090024 or 1594802. OLE color: 1594802.

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

Color convert

RGB 178 85 24 -
CMYK 0 0.52 0.87 0.30
HSL 23.77º 0.76% 0.4% -
HSV(B) 23.77º 0.87% 0.7% -
XYZ 21.77 16.03 2.81 -
YUV 105.85 81.81 179.46 -
System Red Green Blue C M Y K H S L
Decimal 178 85 24 0 0.52 0.87 0.30 23.77 0.76 0.4
Hex B2 55 18 0 34 57 1E 18 4C 28
Octal 262 125 30 0 64 127 36 30 114 50
Binary 10110010 1010101 11000 0 110100 1010111 11110 11000 1001100 101000

Color Harmonies of #B25518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25518

Black with #B25518

Text Example


Text Example

White with #B25518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25518; }

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

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

background-color css

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

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

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

border-color css

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

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

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