Html Css Color HEX #B52468 Jazzberry Jam

📋 copy color: '#B52468'

red 181 ◦ green 36 ◦ blue 104

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

Shades of Jazzberry Jam #B52468

Tints of Jazzberry Jam #B52468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.21%

 BLUE value IS 104 (41.02% from 255) = 32.4%

R = 56.39%
G = 11.21%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B52468 (or 0xB52468) is known color: Jazzberry Jam. HEX triplet: B5, 24 and 68. RGB value is (181,36,104). Sum of RGB (Red+Green+Blue) = 181+36+104=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B52468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52468 is #4ADB97. Grayscale: #565656. Windows color (decimal): -4905880 or 6825141. OLE color: 6825141.

HSL color Cylindrical-coordinate representation of color #B52468: hue angle of 331.86º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52468 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 36 104 -
CMYK 0 0.80 0.43 0.29
HSL 331.86º 0.67% 0.43% -
HSV(B) 331.86º 0.8% 0.71% -
XYZ 22.19 12.08 14.26 -
YUV 87.11 137.54 194.97 -
System Red Green Blue C M Y K H S L
Decimal 181 36 104 0 0.80 0.43 0.29 331.86 0.67 0.43
Hex B5 24 68 0 50 2B 1D 14C 43 2B
Octal 265 44 150 0 120 53 35 514 103 53
Binary 10110101 100100 1101000 0 1010000 101011 11101 101001100 1000011 101011

Color Harmonies of #B52468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52468

Black with #B52468

Text Example


Text Example

White with #B52468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52468; }

 p { color: rgb(181,36,104); }

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

background-color css

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

 a { background-color: rgb(181,36,104); }

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

border-color css

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

 span { border-color: rgb(181,36,104); }

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