Html Css Color HEX #B5205F Jazzberry Jam

📋 copy color: '#B5205F'

red 181 ◦ green 32 ◦ blue 95

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

Shades of Jazzberry Jam #B5205F

Tints of Jazzberry Jam #B5205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.84%

R = 58.77%
G = 10.39%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5205F (or 0xB5205F) is known color: Jazzberry Jam. HEX triplet: B5, 20 and 5F. RGB value is (181,32,95). Sum of RGB (Red+Green+Blue) = 181+32+95=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B5205F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5205F is #4ADFA0. Grayscale: #535353. Windows color (decimal): -4906913 or 6234293. OLE color: 6234293.

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

Color convert

RGB 181 32 95 -
CMYK 0 0.82 0.48 0.29
HSL 334.63º 0.7% 0.42% -
HSV(B) 334.63º 0.82% 0.71% -
XYZ 21.64 11.68 11.94 -
YUV 83.73 134.36 197.38 -
System Red Green Blue C M Y K H S L
Decimal 181 32 95 0 0.82 0.48 0.29 334.63 0.7 0.42
Hex B5 20 5F 0 52 30 1D 14F 46 2A
Octal 265 40 137 0 122 60 35 517 106 52
Binary 10110101 100000 1011111 0 1010010 110000 11101 101001111 1000110 101010

Color Harmonies of #B5205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5205F

Black with #B5205F

Text Example


Text Example

White with #B5205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5205F; }

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

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

background-color css

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

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

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

border-color css

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

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

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