Html Css Color HEX #B7086E Jazzberry Jam

📋 copy color: '#B7086E'

red 183 ◦ green 8 ◦ blue 110

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

Shades of Jazzberry Jam #B7086E

Tints of Jazzberry Jam #B7086E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.66%

 BLUE value IS 110 (43.36% from 255) = 36.54%

R = 60.8%
G = 2.66%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B7086E (or 0xB7086E) is known color: Jazzberry Jam. HEX triplet: B7, 08 and 6E. RGB value is (183,8,110). Sum of RGB (Red+Green+Blue) = 183+8+110=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B7086E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7086E is #48F791. Grayscale: #474747. Windows color (decimal): -4781970 or 7211191. OLE color: 7211191.

HSL color Cylindrical-coordinate representation of color #B7086E: hue angle of 325.03º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B7086E is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 8 110 -
CMYK 0 0.96 0.40 0.28
HSL 325.03º 0.92% 0.37% -
HSV(B) 325.03º 0.96% 0.72% -
XYZ 22.43 11.37 15.76 -
YUV 71.95 149.48 207.21 -
System Red Green Blue C M Y K H S L
Decimal 183 8 110 0 0.96 0.40 0.28 325.03 0.92 0.37
Hex B7 8 6E 0 60 28 1C 145 5C 25
Octal 267 10 156 0 140 50 34 505 134 45
Binary 10110111 1000 1101110 0 1100000 101000 11100 101000101 1011100 100101

Color Harmonies of #B7086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7086E

Black with #B7086E

Text Example


Text Example

White with #B7086E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7086E; }

 p { color: rgb(183,8,110); }

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

background-color css

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

 a { background-color: rgb(183,8,110); }

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

border-color css

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

 span { border-color: rgb(183,8,110); }

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