Html Css Color HEX #B7165A Jazzberry Jam

📋 copy color: '#B7165A'

red 183 ◦ green 22 ◦ blue 90

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

Shades of Jazzberry Jam #B7165A

Tints of Jazzberry Jam #B7165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.46%

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

R = 62.03%
G = 7.46%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B7165A (or 0xB7165A) is known color: Jazzberry Jam. HEX triplet: B7, 16 and 5A. RGB value is (183,22,90). Sum of RGB (Red+Green+Blue) = 183+22+90=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B7165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7165A is #48E9A5. Grayscale: #4D4D4D. Windows color (decimal): -4778406 or 5904055. OLE color: 5904055.

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

Color convert

RGB 183 22 90 -
CMYK 0 0.88 0.51 0.28
HSL 334.66º 0.79% 0.4% -
HSV(B) 334.66º 0.88% 0.72% -
XYZ 21.66 11.38 10.73 -
YUV 77.89 134.84 202.97 -
System Red Green Blue C M Y K H S L
Decimal 183 22 90 0 0.88 0.51 0.28 334.66 0.79 0.4
Hex B7 16 5A 0 58 33 1C 14F 4F 28
Octal 267 26 132 0 130 63 34 517 117 50
Binary 10110111 10110 1011010 0 1011000 110011 11100 101001111 1001111 101000

Color Harmonies of #B7165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7165A

Black with #B7165A

Text Example


Text Example

White with #B7165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7165A; }

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

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

background-color css

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

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

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

border-color css

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

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

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