Html Css Color HEX #B7046C Jazzberry Jam

📋 copy color: '#B7046C'

red 183 ◦ green 4 ◦ blue 108

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

Shades of Jazzberry Jam #B7046C

Tints of Jazzberry Jam #B7046C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.36%

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

R = 62.03%
G = 1.36%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B7046C (or 0xB7046C) is known color: Jazzberry Jam. HEX triplet: B7, 04 and 6C. RGB value is (183,4,108). Sum of RGB (Red+Green+Blue) = 183+4+108=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B7046C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7046C is #48FB93. Grayscale: #454545. Windows color (decimal): -4782996 or 7079095. OLE color: 7079095.

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

Color convert

RGB 183 4 108 -
CMYK 0 0.98 0.41 0.28
HSL 325.14º 0.96% 0.37% -
HSV(B) 325.14º 0.98% 0.72% -
XYZ 22.28 11.24 15.18 -
YUV 69.38 149.8 209.04 -
System Red Green Blue C M Y K H S L
Decimal 183 4 108 0 0.98 0.41 0.28 325.14 0.96 0.37
Hex B7 4 6C 0 62 29 1C 145 60 25
Octal 267 4 154 0 142 51 34 505 140 45
Binary 10110111 100 1101100 0 1100010 101001 11100 101000101 1100000 100101

Color Harmonies of #B7046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7046C

Black with #B7046C

Text Example


Text Example

White with #B7046C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7046C; }

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

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

background-color css

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

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

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

border-color css

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

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

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