Html Css Color HEX #B5065C Jazzberry Jam

📋 copy color: '#B5065C'

red 181 ◦ green 6 ◦ blue 92

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

Shades of Jazzberry Jam #B5065C

Tints of Jazzberry Jam #B5065C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.97%

R = 64.87%
G = 2.15%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5065C (or 0xB5065C) is known color: Jazzberry Jam. HEX triplet: B5, 06 and 5C. RGB value is (181,6,92). Sum of RGB (Red+Green+Blue) = 181+6+92=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B5065C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5065C is #4AF9A3. Grayscale: #434343. Windows color (decimal): -4913572 or 6031029. OLE color: 6031029.

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

Color convert

RGB 181 6 92 -
CMYK 0 0.97 0.49 0.29
HSL 330.51º 0.94% 0.37% -
HSV(B) 330.51º 0.97% 0.71% -
XYZ 21.05 10.73 11.09 -
YUV 68.13 141.48 208.51 -
System Red Green Blue C M Y K H S L
Decimal 181 6 92 0 0.97 0.49 0.29 330.51 0.94 0.37
Hex B5 6 5C 0 61 31 1D 14B 5E 25
Octal 265 6 134 0 141 61 35 513 136 45
Binary 10110101 110 1011100 0 1100001 110001 11101 101001011 1011110 100101

Color Harmonies of #B5065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5065C

Black with #B5065C

Text Example


Text Example

White with #B5065C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5065C; }

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

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

background-color css

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

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

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

border-color css

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

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

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