Html Css Color HEX #B5045A Jazzberry Jam

📋 copy color: '#B5045A'

red 181 ◦ green 4 ◦ blue 90

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

Shades of Jazzberry Jam #B5045A

Tints of Jazzberry Jam #B5045A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

 BLUE value IS 90 (35.55% from 255) = 32.73%

R = 65.82%
G = 1.45%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5045A (or 0xB5045A) is known color: Jazzberry Jam. HEX triplet: B5, 04 and 5A. RGB value is (181,4,90). Sum of RGB (Red+Green+Blue) = 181+4+90=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B5045A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5045A is #4AFBA5. Grayscale: #424242. Windows color (decimal): -4914086 or 5899445. OLE color: 5899445.

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

Color convert

RGB 181 4 90 -
CMYK 0 0.98 0.50 0.29
HSL 330.85º 0.96% 0.36% -
HSV(B) 330.85º 0.98% 0.71% -
XYZ 20.94 10.65 10.62 -
YUV 66.73 141.14 209.51 -
System Red Green Blue C M Y K H S L
Decimal 181 4 90 0 0.98 0.50 0.29 330.85 0.96 0.36
Hex B5 4 5A 0 62 32 1D 14B 60 24
Octal 265 4 132 0 142 62 35 513 140 44
Binary 10110101 100 1011010 0 1100010 110010 11101 101001011 1100000 100100

Color Harmonies of #B5045A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5045A

Black with #B5045A

Text Example


Text Example

White with #B5045A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5045A; }

 p { color: rgb(181,4,90); }

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

background-color css

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

 a { background-color: rgb(181,4,90); }

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

border-color css

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

 span { border-color: rgb(181,4,90); }

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