Html Css Color HEX #B5075D Jazzberry Jam

📋 copy color: '#B5075D'

red 181 ◦ green 7 ◦ blue 93

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

Shades of Jazzberry Jam #B5075D

Tints of Jazzberry Jam #B5075D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.49%

 BLUE value IS 93 (36.72% from 255) = 33.1%

R = 64.41%
G = 2.49%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5075D (or 0xB5075D) is known color: Jazzberry Jam. HEX triplet: B5, 07 and 5D. RGB value is (181,7,93). Sum of RGB (Red+Green+Blue) = 181+7+93=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B5075D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5075D is #4AF8A2. Grayscale: #444444. Windows color (decimal): -4913315 or 6096821. OLE color: 6096821.

HSL color Cylindrical-coordinate representation of color #B5075D: hue angle of 330.34º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5075D is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 7 93 -
CMYK 0 0.96 0.49 0.29
HSL 330.34º 0.93% 0.37% -
HSV(B) 330.34º 0.96% 0.71% -
XYZ 21.11 10.77 11.32 -
YUV 68.83 141.65 208.01 -
System Red Green Blue C M Y K H S L
Decimal 181 7 93 0 0.96 0.49 0.29 330.34 0.93 0.37
Hex B5 7 5D 0 60 31 1D 14A 5D 25
Octal 265 7 135 0 140 61 35 512 135 45
Binary 10110101 111 1011101 0 1100000 110001 11101 101001010 1011101 100101

Color Harmonies of #B5075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5075D

Black with #B5075D

Text Example


Text Example

White with #B5075D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5075D; }

 p { color: rgb(181,7,93); }

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

background-color css

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

 a { background-color: rgb(181,7,93); }

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

border-color css

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

 span { border-color: rgb(181,7,93); }

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