Html Css Color HEX #B25916 Rich Gold

📋 copy color: '#B25916'

red 178 ◦ green 89 ◦ blue 22

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

Shades of Rich Gold #B25916

Tints of Rich Gold #B25916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.61%

R = 61.59%
G = 30.8%
B = 7.61%

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

#B25916 (or 0xB25916) is known color: Rich Gold. HEX triplet: B2, 59 and 16. RGB value is (178,89,22). Sum of RGB (Red+Green+Blue) = 178+89+22=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B25916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25916 is #4DA6E9. Grayscale: #6C6C6C. Windows color (decimal): -5089002 or 1464754. OLE color: 1464754.

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

Color convert

RGB 178 89 22 -
CMYK 0 0.5 0.88 0.30
HSL 25.77º 0.78% 0.39% -
HSV(B) 25.77º 0.88% 0.7% -
XYZ 22.08 16.67 2.81 -
YUV 107.97 79.49 177.95 -
System Red Green Blue C M Y K H S L
Decimal 178 89 22 0 0.5 0.88 0.30 25.77 0.78 0.39
Hex B2 59 16 0 32 58 1E 1A 4E 27
Octal 262 131 26 0 62 130 36 32 116 47
Binary 10110010 1011001 10110 0 110010 1011000 11110 11010 1001110 100111

Color Harmonies of #B25916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25916

Black with #B25916

Text Example


Text Example

White with #B25916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25916; }

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

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

background-color css

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

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

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

border-color css

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

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

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