Html Css Color HEX #B5065A Jazzberry Jam

📋 copy color: '#B5065A'

red 181 ◦ green 6 ◦ blue 90

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

Shades of Jazzberry Jam #B5065A

Tints of Jazzberry Jam #B5065A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

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

R = 65.34%
G = 2.17%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5065A (or 0xB5065A) is known color: Jazzberry Jam. HEX triplet: B5, 06 and 5A. RGB value is (181,6,90). Sum of RGB (Red+Green+Blue) = 181+6+90=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B5065A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5065A is #4AF9A5. Grayscale: #434343. Windows color (decimal): -4913574 or 5899957. OLE color: 5899957.

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

Color convert

RGB 181 6 90 -
CMYK 0 0.97 0.50 0.29
HSL 331.2º 0.94% 0.37% -
HSV(B) 331.2º 0.97% 0.71% -
XYZ 20.97 10.69 10.63 -
YUV 67.9 140.48 208.67 -
System Red Green Blue C M Y K H S L
Decimal 181 6 90 0 0.97 0.50 0.29 331.2 0.94 0.37
Hex B5 6 5A 0 61 32 1D 14B 5E 25
Octal 265 6 132 0 141 62 35 513 136 45
Binary 10110101 110 1011010 0 1100001 110010 11101 101001011 1011110 100101

Color Harmonies of #B5065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5065A

Black with #B5065A

Text Example


Text Example

White with #B5065A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5065A; }

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

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

background-color css

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

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

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

border-color css

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

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

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