Html Css Color HEX #B25616 Rich Gold

📋 copy color: '#B25616'

red 178 ◦ green 86 ◦ blue 22

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

Shades of Rich Gold #B25616

Tints of Rich Gold #B25616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.07%

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

R = 62.24%
G = 30.07%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B25616 (or 0xB25616) is known color: Rich Gold. HEX triplet: B2, 56 and 16. RGB value is (178,86,22). Sum of RGB (Red+Green+Blue) = 178+86+22=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B25616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25616 is #4DA9E9. Grayscale: #6A6A6A. Windows color (decimal): -5089770 or 1463986. OLE color: 1463986.

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

Color convert

RGB 178 86 22 -
CMYK 0 0.52 0.88 0.30
HSL 24.62º 0.78% 0.39% -
HSV(B) 24.62º 0.88% 0.7% -
XYZ 21.83 16.18 2.73 -
YUV 106.21 80.48 179.2 -
System Red Green Blue C M Y K H S L
Decimal 178 86 22 0 0.52 0.88 0.30 24.62 0.78 0.39
Hex B2 56 16 0 34 58 1E 19 4E 27
Octal 262 126 26 0 64 130 36 31 116 47
Binary 10110010 1010110 10110 0 110100 1011000 11110 11001 1001110 100111

Color Harmonies of #B25616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25616

Black with #B25616

Text Example


Text Example

White with #B25616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25616; }

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

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

background-color css

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

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

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

border-color css

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

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

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