Html Css Color HEX #B0086F Jazzberry Jam

📋 copy color: '#B0086F'

red 176 ◦ green 8 ◦ blue 111

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

Shades of Jazzberry Jam #B0086F

Tints of Jazzberry Jam #B0086F

RGB

 RED value IS 176 (69.14% from 255) = 59.66%

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

 BLUE value IS 111 (43.75% from 255) = 37.63%

R = 59.66%
G = 2.71%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0086F (or 0xB0086F) is known color: Jazzberry Jam. HEX triplet: B0, 08 and 6F. RGB value is (176,8,111). Sum of RGB (Red+Green+Blue) = 176+8+111=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B0086F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0086F is #4FF790. Grayscale: #454545. Windows color (decimal): -5240721 or 7276720. OLE color: 7276720.

HSL color Cylindrical-coordinate representation of color #B0086F: hue angle of 323.21º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0086F is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 8 111 -
CMYK 0 0.95 0.37 0.31
HSL 323.21º 0.91% 0.36% -
HSV(B) 323.21º 0.95% 0.69% -
XYZ 20.86 10.55 15.98 -
YUV 69.97 151.16 203.62 -
System Red Green Blue C M Y K H S L
Decimal 176 8 111 0 0.95 0.37 0.31 323.21 0.91 0.36
Hex B0 8 6F 0 5F 25 1F 143 5B 24
Octal 260 10 157 0 137 45 37 503 133 44
Binary 10110000 1000 1101111 0 1011111 100101 11111 101000011 1011011 100100

Color Harmonies of #B0086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0086F

Black with #B0086F

Text Example


Text Example

White with #B0086F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0086F; }

 p { color: rgb(176,8,111); }

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

background-color css

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

 a { background-color: rgb(176,8,111); }

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

border-color css

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

 span { border-color: rgb(176,8,111); }

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