Html Css Color HEX #B25913 Rich Gold

📋 copy color: '#B25913'

red 178 ◦ green 89 ◦ blue 19

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

Shades of Rich Gold #B25913

Tints of Rich Gold #B25913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.64%

R = 62.24%
G = 31.12%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B25913 (or 0xB25913) is known color: Rich Gold. HEX triplet: B2, 59 and 13. RGB value is (178,89,19). Sum of RGB (Red+Green+Blue) = 178+89+19=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B25913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25913 is #4DA6EC. Grayscale: #6C6C6C. Windows color (decimal): -5089005 or 1268146. OLE color: 1268146.

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

Color convert

RGB 178 89 19 -
CMYK 0 0.5 0.89 0.30
HSL 26.42º 0.81% 0.39% -
HSV(B) 26.42º 0.89% 0.7% -
XYZ 22.05 16.66 2.67 -
YUV 107.63 77.99 178.19 -
System Red Green Blue C M Y K H S L
Decimal 178 89 19 0 0.5 0.89 0.30 26.42 0.81 0.39
Hex B2 59 13 0 32 59 1E 1A 51 27
Octal 262 131 23 0 62 131 36 32 121 47
Binary 10110010 1011001 10011 0 110010 1011001 11110 11010 1010001 100111

Color Harmonies of #B25913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25913

Black with #B25913

Text Example


Text Example

White with #B25913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25913; }

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

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

background-color css

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

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

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

border-color css

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

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

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