Html Css Color HEX #B7115F Jazzberry Jam

📋 copy color: '#B7115F'

red 183 ◦ green 17 ◦ blue 95

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

Shades of Jazzberry Jam #B7115F

Tints of Jazzberry Jam #B7115F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.76%

 BLUE value IS 95 (37.5% from 255) = 32.2%

R = 62.03%
G = 5.76%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B7115F (or 0xB7115F) is known color: Jazzberry Jam. HEX triplet: B7, 11 and 5F. RGB value is (183,17,95). Sum of RGB (Red+Green+Blue) = 183+17+95=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B7115F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7115F is #48EEA0. Grayscale: #4B4B4B. Windows color (decimal): -4779681 or 6230455. OLE color: 6230455.

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

Color convert

RGB 183 17 95 -
CMYK 0 0.91 0.48 0.28
HSL 331.81º 0.83% 0.39% -
HSV(B) 331.81º 0.91% 0.72% -
XYZ 21.79 11.29 11.86 -
YUV 75.53 139 204.66 -
System Red Green Blue C M Y K H S L
Decimal 183 17 95 0 0.91 0.48 0.28 331.81 0.83 0.39
Hex B7 11 5F 0 5B 30 1C 14C 53 27
Octal 267 21 137 0 133 60 34 514 123 47
Binary 10110111 10001 1011111 0 1011011 110000 11100 101001100 1010011 100111

Color Harmonies of #B7115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7115F

Black with #B7115F

Text Example


Text Example

White with #B7115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7115F; }

 p { color: rgb(183,17,95); }

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

background-color css

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

 a { background-color: rgb(183,17,95); }

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

border-color css

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

 span { border-color: rgb(183,17,95); }

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