Html Css Color HEX #B25D15 Rich Gold

📋 copy color: '#B25D15'

red 178 ◦ green 93 ◦ blue 21

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

Shades of Rich Gold #B25D15

Tints of Rich Gold #B25D15

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.85%

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

R = 60.96%
G = 31.85%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B25D15 (or 0xB25D15) is known color: Rich Gold. HEX triplet: B2, 5D and 15. RGB value is (178,93,21). Sum of RGB (Red+Green+Blue) = 178+93+21=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25D15 is #4DA2EA. Grayscale: #6E6E6E. Windows color (decimal): -5087979 or 1400242. OLE color: 1400242.

HSL color Cylindrical-coordinate representation of color #B25D15: hue angle of 27.52º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B25D15 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 93 21 -
CMYK 0 0.48 0.88 0.30
HSL 27.52º 0.79% 0.39% -
HSV(B) 27.52º 0.88% 0.7% -
XYZ 22.41 17.35 2.88 -
YUV 110.21 77.66 176.35 -
System Red Green Blue C M Y K H S L
Decimal 178 93 21 0 0.48 0.88 0.30 27.52 0.79 0.39
Hex B2 5D 15 0 30 58 1E 1C 4F 27
Octal 262 135 25 0 60 130 36 34 117 47
Binary 10110010 1011101 10101 0 110000 1011000 11110 11100 1001111 100111

Color Harmonies of #B25D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25D15

Black with #B25D15

Text Example


Text Example

White with #B25D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25D15; }

 p { color: rgb(178,93,21); }

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

background-color css

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

 a { background-color: rgb(178,93,21); }

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

border-color css

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

 span { border-color: rgb(178,93,21); }

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