Html Css Color HEX #B25915 Rich Gold

📋 copy color: '#B25915'

red 178 ◦ green 89 ◦ blue 21

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

Shades of Rich Gold #B25915

Tints of Rich Gold #B25915

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.9%

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

R = 61.81%
G = 30.9%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B25915 (or 0xB25915) is known color: Rich Gold. HEX triplet: B2, 59 and 15. RGB value is (178,89,21). Sum of RGB (Red+Green+Blue) = 178+89+21=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B25915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25915 is #4DA6EA. Grayscale: #6C6C6C. Windows color (decimal): -5089003 or 1399218. OLE color: 1399218.

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

Color convert

RGB 178 89 21 -
CMYK 0 0.5 0.88 0.30
HSL 25.99º 0.79% 0.39% -
HSV(B) 25.99º 0.88% 0.7% -
XYZ 22.07 16.66 2.76 -
YUV 107.86 78.99 178.03 -
System Red Green Blue C M Y K H S L
Decimal 178 89 21 0 0.5 0.88 0.30 25.99 0.79 0.39
Hex B2 59 15 0 32 58 1E 1A 4F 27
Octal 262 131 25 0 62 130 36 32 117 47
Binary 10110010 1011001 10101 0 110010 1011000 11110 11010 1001111 100111

Color Harmonies of #B25915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25915

Black with #B25915

Text Example


Text Example

White with #B25915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25915; }

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

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

background-color css

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

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

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

border-color css

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

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

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