Html Css Color HEX #B5076C Jazzberry Jam

📋 copy color: '#B5076C'

red 181 ◦ green 7 ◦ blue 108

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

Shades of Jazzberry Jam #B5076C

Tints of Jazzberry Jam #B5076C

RGB

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

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

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

R = 61.15%
G = 2.36%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5076C (or 0xB5076C) is known color: Jazzberry Jam. HEX triplet: B5, 07 and 6C. RGB value is (181,7,108). Sum of RGB (Red+Green+Blue) = 181+7+108=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B5076C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5076C is #4AF893. Grayscale: #464646. Windows color (decimal): -4913300 or 7079861. OLE color: 7079861.

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

Color convert

RGB 181 7 108 -
CMYK 0 0.96 0.40 0.29
HSL 325.17º 0.93% 0.37% -
HSV(B) 325.17º 0.96% 0.71% -
XYZ 21.84 11.06 15.17 -
YUV 70.54 149.15 206.79 -
System Red Green Blue C M Y K H S L
Decimal 181 7 108 0 0.96 0.40 0.29 325.17 0.93 0.37
Hex B5 7 6C 0 60 28 1D 145 5D 25
Octal 265 7 154 0 140 50 35 505 135 45
Binary 10110101 111 1101100 0 1100000 101000 11101 101000101 1011101 100101

Color Harmonies of #B5076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5076C

Black with #B5076C

Text Example


Text Example

White with #B5076C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5076C; }

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

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

background-color css

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

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

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

border-color css

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

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

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