Html Css Color HEX #B7175D Jazzberry Jam

📋 copy color: '#B7175D'

red 183 ◦ green 23 ◦ blue 93

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

Shades of Jazzberry Jam #B7175D

Tints of Jazzberry Jam #B7175D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.69%

 BLUE value IS 93 (36.72% from 255) = 31.1%

R = 61.2%
G = 7.69%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7175D (or 0xB7175D) is known color: Jazzberry Jam. HEX triplet: B7, 17 and 5D. RGB value is (183,23,93). Sum of RGB (Red+Green+Blue) = 183+23+93=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B7175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7175D is #48E8A2. Grayscale: #4E4E4E. Windows color (decimal): -4778147 or 6100919. OLE color: 6100919.

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

Color convert

RGB 183 23 93 -
CMYK 0 0.87 0.49 0.28
HSL 333.75º 0.78% 0.4% -
HSV(B) 333.75º 0.87% 0.72% -
XYZ 21.81 11.47 11.42 -
YUV 78.82 136.01 202.31 -
System Red Green Blue C M Y K H S L
Decimal 183 23 93 0 0.87 0.49 0.28 333.75 0.78 0.4
Hex B7 17 5D 0 57 31 1C 14E 4E 28
Octal 267 27 135 0 127 61 34 516 116 50
Binary 10110111 10111 1011101 0 1010111 110001 11100 101001110 1001110 101000

Color Harmonies of #B7175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7175D

Black with #B7175D

Text Example


Text Example

White with #B7175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7175D; }

 p { color: rgb(183,23,93); }

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

background-color css

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

 a { background-color: rgb(183,23,93); }

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

border-color css

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

 span { border-color: rgb(183,23,93); }

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