Html Css Color HEX #B5165C Jazzberry Jam

📋 copy color: '#B5165C'

red 181 ◦ green 22 ◦ blue 92

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

Shades of Jazzberry Jam #B5165C

Tints of Jazzberry Jam #B5165C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.19%

R = 61.36%
G = 7.46%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5165C (or 0xB5165C) is known color: Jazzberry Jam. HEX triplet: B5, 16 and 5C. RGB value is (181,22,92). Sum of RGB (Red+Green+Blue) = 181+22+92=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B5165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5165C is #4AE9A3. Grayscale: #4D4D4D. Windows color (decimal): -4909476 or 6035125. OLE color: 6035125.

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

Color convert

RGB 181 22 92 -
CMYK 0 0.88 0.49 0.29
HSL 333.58º 0.78% 0.4% -
HSV(B) 333.58º 0.88% 0.71% -
XYZ 21.27 11.17 11.16 -
YUV 77.52 136.18 201.81 -
System Red Green Blue C M Y K H S L
Decimal 181 22 92 0 0.88 0.49 0.29 333.58 0.78 0.4
Hex B5 16 5C 0 58 31 1D 14E 4E 28
Octal 265 26 134 0 130 61 35 516 116 50
Binary 10110101 10110 1011100 0 1011000 110001 11101 101001110 1001110 101000

Color Harmonies of #B5165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5165C

Black with #B5165C

Text Example


Text Example

White with #B5165C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5165C; }

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

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

background-color css

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

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

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

border-color css

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

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

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