Html Css Color HEX #B7195A Jazzberry Jam

📋 copy color: '#B7195A'

red 183 ◦ green 25 ◦ blue 90

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

Shades of Jazzberry Jam #B7195A

Tints of Jazzberry Jam #B7195A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.39%

 BLUE value IS 90 (35.55% from 255) = 30.2%

R = 61.41%
G = 8.39%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B7195A (or 0xB7195A) is known color: Jazzberry Jam. HEX triplet: B7, 19 and 5A. RGB value is (183,25,90). Sum of RGB (Red+Green+Blue) = 183+25+90=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B7195A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7195A is #48E6A5. Grayscale: #4F4F4F. Windows color (decimal): -4777638 or 5904823. OLE color: 5904823.

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

Color convert

RGB 183 25 90 -
CMYK 0 0.86 0.51 0.28
HSL 335.32º 0.76% 0.41% -
HSV(B) 335.32º 0.86% 0.72% -
XYZ 21.72 11.5 10.75 -
YUV 79.65 133.85 201.71 -
System Red Green Blue C M Y K H S L
Decimal 183 25 90 0 0.86 0.51 0.28 335.32 0.76 0.41
Hex B7 19 5A 0 56 33 1C 14F 4C 29
Octal 267 31 132 0 126 63 34 517 114 51
Binary 10110111 11001 1011010 0 1010110 110011 11100 101001111 1001100 101001

Color Harmonies of #B7195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7195A

Black with #B7195A

Text Example


Text Example

White with #B7195A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7195A; }

 p { color: rgb(183,25,90); }

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

background-color css

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

 a { background-color: rgb(183,25,90); }

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

border-color css

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

 span { border-color: rgb(183,25,90); }

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