Html Css Color HEX #B5165A Jazzberry Jam

📋 copy color: '#B5165A'

red 181 ◦ green 22 ◦ blue 90

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

Shades of Jazzberry Jam #B5165A

Tints of Jazzberry Jam #B5165A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.72%

R = 61.77%
G = 7.51%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5165A (or 0xB5165A) is known color: Jazzberry Jam. HEX triplet: B5, 16 and 5A. RGB value is (181,22,90). Sum of RGB (Red+Green+Blue) = 181+22+90=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B5165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5165A is #4AE9A5. Grayscale: #4D4D4D. Windows color (decimal): -4909478 or 5904053. OLE color: 5904053.

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

Color convert

RGB 181 22 90 -
CMYK 0 0.88 0.50 0.29
HSL 334.34º 0.78% 0.4% -
HSV(B) 334.34º 0.88% 0.71% -
XYZ 21.19 11.14 10.71 -
YUV 77.29 135.18 201.97 -
System Red Green Blue C M Y K H S L
Decimal 181 22 90 0 0.88 0.50 0.29 334.34 0.78 0.4
Hex B5 16 5A 0 58 32 1D 14E 4E 28
Octal 265 26 132 0 130 62 35 516 116 50
Binary 10110101 10110 1011010 0 1011000 110010 11101 101001110 1001110 101000

Color Harmonies of #B5165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5165A

Black with #B5165A

Text Example


Text Example

White with #B5165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5165A; }

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

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

background-color css

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

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

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

border-color css

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

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

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