Html Css Color HEX #B4076C Jazzberry Jam

📋 copy color: '#B4076C'

red 180 ◦ green 7 ◦ blue 108

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

Shades of Jazzberry Jam #B4076C

Tints of Jazzberry Jam #B4076C

RGB

 RED value IS 180 (70.7% from 255) = 61.02%

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

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

R = 61.02%
G = 2.37%
B = 36.61%

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

#B4076C (or 0xB4076C) is known color: Jazzberry Jam. HEX triplet: B4, 07 and 6C. RGB value is (180,7,108). Sum of RGB (Red+Green+Blue) = 180+7+108=295 (39% of max value = 765). Red value is 180 (70.70% from 255 or 61.02% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 180 - color contains mainly: red. Hex color #B4076C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4076C is #4BF893. Grayscale: #464646. Windows color (decimal): -4978836 or 7079860. OLE color: 7079860.

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

Color convert

RGB 180 7 108 -
CMYK 0 0.96 0.40 0.29
HSL 324.97º 0.93% 0.37% -
HSV(B) 324.97º 0.96% 0.71% -
XYZ 21.61 10.94 15.16 -
YUV 70.24 149.31 206.29 -
System Red Green Blue C M Y K H S L
Decimal 180 7 108 0 0.96 0.40 0.29 324.97 0.93 0.37
Hex B4 7 6C 0 60 28 1D 145 5D 25
Octal 264 7 154 0 140 50 35 505 135 45
Binary 10110100 111 1101100 0 1100000 101000 11101 101000101 1011101 100101

Color Harmonies of #B4076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4076C

Black with #B4076C

Text Example


Text Example

White with #B4076C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4076C; }

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

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

background-color css

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

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

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

border-color css

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

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

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