Html Css Color HEX #B4096B Jazzberry Jam

📋 copy color: '#B4096B'

red 180 ◦ green 9 ◦ blue 107

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

Shades of Jazzberry Jam #B4096B

Tints of Jazzberry Jam #B4096B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.04%

 BLUE value IS 107 (42.19% from 255) = 36.15%

R = 60.81%
G = 3.04%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B4096B (or 0xB4096B) is known color: Jazzberry Jam. HEX triplet: B4, 09 and 6B. RGB value is (180,9,107). Sum of RGB (Red+Green+Blue) = 180+9+107=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B4096B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4096B is #4BF694. Grayscale: #474747. Windows color (decimal): -4978325 or 7014836. OLE color: 7014836.

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

Color convert

RGB 180 9 107 -
CMYK 0 0.95 0.41 0.29
HSL 325.61º 0.9% 0.37% -
HSV(B) 325.61º 0.95% 0.71% -
XYZ 21.57 10.96 14.89 -
YUV 71.3 148.15 205.53 -
System Red Green Blue C M Y K H S L
Decimal 180 9 107 0 0.95 0.41 0.29 325.61 0.9 0.37
Hex B4 9 6B 0 5F 29 1D 146 5A 25
Octal 264 11 153 0 137 51 35 506 132 45
Binary 10110100 1001 1101011 0 1011111 101001 11101 101000110 1011010 100101

Color Harmonies of #B4096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4096B

Black with #B4096B

Text Example


Text Example

White with #B4096B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4096B; }

 p { color: rgb(180,9,107); }

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

background-color css

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

 a { background-color: rgb(180,9,107); }

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

border-color css

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

 span { border-color: rgb(180,9,107); }

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