Html Css Color HEX #B5165E Jazzberry Jam

📋 copy color: '#B5165E'

red 181 ◦ green 22 ◦ blue 94

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

Shades of Jazzberry Jam #B5165E

Tints of Jazzberry Jam #B5165E

RGB

 RED value IS 181 (71.09% from 255) = 60.94%

 GREEN value IS 22 (8.98% from 255) = 7.41%

 BLUE value IS 94 (37.11% from 255) = 31.65%

R = 60.94%
G = 7.41%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5165E (or 0xB5165E) is known color: Jazzberry Jam. HEX triplet: B5, 16 and 5E. RGB value is (181,22,94). Sum of RGB (Red+Green+Blue) = 181+22+94=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B5165E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5165E is #4AE9A1. Grayscale: #4D4D4D. Windows color (decimal): -4909474 or 6166197. OLE color: 6166197.

HSL color Cylindrical-coordinate representation of color #B5165E: hue angle of 332.83º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5165E is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 22 94 -
CMYK 0 0.88 0.48 0.29
HSL 332.83º 0.78% 0.4% -
HSV(B) 332.83º 0.88% 0.71% -
XYZ 21.36 11.21 11.63 -
YUV 77.75 137.18 201.65 -
System Red Green Blue C M Y K H S L
Decimal 181 22 94 0 0.88 0.48 0.29 332.83 0.78 0.4
Hex B5 16 5E 0 58 30 1D 14D 4E 28
Octal 265 26 136 0 130 60 35 515 116 50
Binary 10110101 10110 1011110 0 1011000 110000 11101 101001101 1001110 101000

Color Harmonies of #B5165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5165E

Black with #B5165E

Text Example


Text Example

White with #B5165E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5165E; }

 p { color: rgb(181,22,94); }

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

background-color css

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

 a { background-color: rgb(181,22,94); }

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

border-color css

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

 span { border-color: rgb(181,22,94); }

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