Html Css Color HEX #B7155E Jazzberry Jam

📋 copy color: '#B7155E'

red 183 ◦ green 21 ◦ blue 94

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

Shades of Jazzberry Jam #B7155E

Tints of Jazzberry Jam #B7155E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.05%

 BLUE value IS 94 (37.11% from 255) = 31.54%

R = 61.41%
G = 7.05%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7155E (or 0xB7155E) is known color: Jazzberry Jam. HEX triplet: B7, 15 and 5E. RGB value is (183,21,94). Sum of RGB (Red+Green+Blue) = 183+21+94=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B7155E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7155E is #48EAA1. Grayscale: #4D4D4D. Windows color (decimal): -4778658 or 6165943. OLE color: 6165943.

HSL color Cylindrical-coordinate representation of color #B7155E: hue angle of 332.96º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7155E is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 21 94 -
CMYK 0 0.89 0.49 0.28
HSL 332.96º 0.79% 0.4% -
HSV(B) 332.96º 0.89% 0.72% -
XYZ 21.82 11.41 11.64 -
YUV 77.76 137.17 203.06 -
System Red Green Blue C M Y K H S L
Decimal 183 21 94 0 0.89 0.49 0.28 332.96 0.79 0.4
Hex B7 15 5E 0 59 31 1C 14D 4F 28
Octal 267 25 136 0 131 61 34 515 117 50
Binary 10110111 10101 1011110 0 1011001 110001 11100 101001101 1001111 101000

Color Harmonies of #B7155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7155E

Black with #B7155E

Text Example


Text Example

White with #B7155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7155E; }

 p { color: rgb(183,21,94); }

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

background-color css

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

 a { background-color: rgb(183,21,94); }

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

border-color css

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

 span { border-color: rgb(183,21,94); }

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