Html Css Color HEX #B52065 Jazzberry Jam

📋 copy color: '#B52065'

red 181 ◦ green 32 ◦ blue 101

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

Shades of Jazzberry Jam #B52065

Tints of Jazzberry Jam #B52065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.19%

 BLUE value IS 101 (39.84% from 255) = 32.17%

R = 57.64%
G = 10.19%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B52065 (or 0xB52065) is known color: Jazzberry Jam. HEX triplet: B5, 20 and 65. RGB value is (181,32,101). Sum of RGB (Red+Green+Blue) = 181+32+101=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B52065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52065 is #4ADF9A. Grayscale: #545454. Windows color (decimal): -4906907 or 6627509. OLE color: 6627509.

HSL color Cylindrical-coordinate representation of color #B52065: hue angle of 332.21º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52065 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 32 101 -
CMYK 0 0.82 0.44 0.29
HSL 332.21º 0.7% 0.42% -
HSV(B) 332.21º 0.82% 0.71% -
XYZ 21.92 11.8 13.43 -
YUV 84.42 137.36 196.89 -
System Red Green Blue C M Y K H S L
Decimal 181 32 101 0 0.82 0.44 0.29 332.21 0.7 0.42
Hex B5 20 65 0 52 2C 1D 14C 46 2A
Octal 265 40 145 0 122 54 35 514 106 52
Binary 10110101 100000 1100101 0 1010010 101100 11101 101001100 1000110 101010

Color Harmonies of #B52065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52065

Black with #B52065

Text Example


Text Example

White with #B52065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52065; }

 p { color: rgb(181,32,101); }

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

background-color css

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

 a { background-color: rgb(181,32,101); }

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

border-color css

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

 span { border-color: rgb(181,32,101); }

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