Html Css Color HEX #B7096C Jazzberry Jam

📋 copy color: '#B7096C'

red 183 ◦ green 9 ◦ blue 108

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

Shades of Jazzberry Jam #B7096C

Tints of Jazzberry Jam #B7096C

RGB

 RED value IS 183 (71.88% from 255) = 61%

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

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

R = 61%
G = 3%
B = 36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B7096C (or 0xB7096C) is known color: Jazzberry Jam. HEX triplet: B7, 09 and 6C. RGB value is (183,9,108). Sum of RGB (Red+Green+Blue) = 183+9+108=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B7096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7096C is #48F693. Grayscale: #484848. Windows color (decimal): -4781716 or 7080375. OLE color: 7080375.

HSL color Cylindrical-coordinate representation of color #B7096C: hue angle of 325.86º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7096C is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 9 108 -
CMYK 0 0.95 0.41 0.28
HSL 325.86º 0.91% 0.38% -
HSV(B) 325.86º 0.95% 0.72% -
XYZ 22.33 11.35 15.2 -
YUV 72.31 148.15 206.95 -
System Red Green Blue C M Y K H S L
Decimal 183 9 108 0 0.95 0.41 0.28 325.86 0.91 0.38
Hex B7 9 6C 0 5F 29 1C 146 5B 26
Octal 267 11 154 0 137 51 34 506 133 46
Binary 10110111 1001 1101100 0 1011111 101001 11100 101000110 1011011 100110

Color Harmonies of #B7096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7096C

Black with #B7096C

Text Example


Text Example

White with #B7096C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7096C; }

 p { color: rgb(183,9,108); }

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

background-color css

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

 a { background-color: rgb(183,9,108); }

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

border-color css

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

 span { border-color: rgb(183,9,108); }

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