Html Css Color HEX #B25C18 Rich Gold

📋 copy color: '#B25C18'

red 178 ◦ green 92 ◦ blue 24

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

Shades of Rich Gold #B25C18

Tints of Rich Gold #B25C18

RGB

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

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

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

R = 60.54%
G = 31.29%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B25C18 (or 0xB25C18) is known color: Rich Gold. HEX triplet: B2, 5C and 18. RGB value is (178,92,24). Sum of RGB (Red+Green+Blue) = 178+92+24=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25C18 is #4DA3E7. Grayscale: #6E6E6E. Windows color (decimal): -5088232 or 1596594. OLE color: 1596594.

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

Color convert

RGB 178 92 24 -
CMYK 0 0.48 0.87 0.30
HSL 26.49º 0.76% 0.4% -
HSV(B) 26.49º 0.87% 0.7% -
XYZ 22.35 17.19 3 -
YUV 109.96 79.49 176.53 -
System Red Green Blue C M Y K H S L
Decimal 178 92 24 0 0.48 0.87 0.30 26.49 0.76 0.4
Hex B2 5C 18 0 30 57 1E 1A 4C 28
Octal 262 134 30 0 60 127 36 32 114 50
Binary 10110010 1011100 11000 0 110000 1010111 11110 11010 1001100 101000

Color Harmonies of #B25C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25C18

Black with #B25C18

Text Example


Text Example

White with #B25C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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