Html Css Color HEX #B5066C Jazzberry Jam

📋 copy color: '#B5066C'

red 181 ◦ green 6 ◦ blue 108

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

Shades of Jazzberry Jam #B5066C

Tints of Jazzberry Jam #B5066C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.61%

R = 61.36%
G = 2.03%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5066C (or 0xB5066C) is known color: Jazzberry Jam. HEX triplet: B5, 06 and 6C. RGB value is (181,6,108). Sum of RGB (Red+Green+Blue) = 181+6+108=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B5066C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5066C is #4AF993. Grayscale: #454545. Windows color (decimal): -4913556 or 7079605. OLE color: 7079605.

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

Color convert

RGB 181 6 108 -
CMYK 0 0.97 0.40 0.29
HSL 325.03º 0.94% 0.37% -
HSV(B) 325.03º 0.97% 0.71% -
XYZ 21.83 11.04 15.17 -
YUV 69.95 149.48 207.21 -
System Red Green Blue C M Y K H S L
Decimal 181 6 108 0 0.97 0.40 0.29 325.03 0.94 0.37
Hex B5 6 6C 0 61 28 1D 145 5E 25
Octal 265 6 154 0 141 50 35 505 136 45
Binary 10110101 110 1101100 0 1100001 101000 11101 101000101 1011110 100101

Color Harmonies of #B5066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5066C

Black with #B5066C

Text Example


Text Example

White with #B5066C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5066C; }

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

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

background-color css

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

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

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

border-color css

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

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

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