Html Css Color HEX #B7165E Jazzberry Jam

📋 copy color: '#B7165E'

red 183 ◦ green 22 ◦ blue 94

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

Shades of Jazzberry Jam #B7165E

Tints of Jazzberry Jam #B7165E

RGB

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

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

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

R = 61.2%
G = 7.36%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7165E (or 0xB7165E) is known color: Jazzberry Jam. HEX triplet: B7, 16 and 5E. RGB value is (183,22,94). Sum of RGB (Red+Green+Blue) = 183+22+94=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B7165E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7165E is #48E9A1. Grayscale: #4E4E4E. Windows color (decimal): -4778402 or 6166199. OLE color: 6166199.

HSL color Cylindrical-coordinate representation of color #B7165E: hue angle of 333.17º 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 #B7165E is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 22 94 -
CMYK 0 0.88 0.49 0.28
HSL 333.17º 0.79% 0.4% -
HSV(B) 333.17º 0.88% 0.72% -
XYZ 21.84 11.45 11.65 -
YUV 78.35 136.84 202.65 -
System Red Green Blue C M Y K H S L
Decimal 183 22 94 0 0.88 0.49 0.28 333.17 0.79 0.4
Hex B7 16 5E 0 58 31 1C 14D 4F 28
Octal 267 26 136 0 130 61 34 515 117 50
Binary 10110111 10110 1011110 0 1011000 110001 11100 101001101 1001111 101000

Color Harmonies of #B7165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7165E

Black with #B7165E

Text Example


Text Example

White with #B7165E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7165E; }

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

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

background-color css

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

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

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

border-color css

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

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

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