Html Css Color HEX #B0086C Jazzberry Jam

📋 copy color: '#B0086C'

red 176 ◦ green 8 ◦ blue 108

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

Shades of Jazzberry Jam #B0086C

Tints of Jazzberry Jam #B0086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.99%

R = 60.27%
G = 2.74%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0086C (or 0xB0086C) is known color: Jazzberry Jam. HEX triplet: B0, 08 and 6C. RGB value is (176,8,108). Sum of RGB (Red+Green+Blue) = 176+8+108=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B0086C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0086C is #4FF793. Grayscale: #454545. Windows color (decimal): -5240724 or 7080112. OLE color: 7080112.

HSL color Cylindrical-coordinate representation of color #B0086C: hue angle of 324.29º 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 #B0086C is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 8 108 -
CMYK 0 0.95 0.39 0.31
HSL 324.29º 0.91% 0.36% -
HSV(B) 324.29º 0.95% 0.69% -
XYZ 20.7 10.49 15.12 -
YUV 69.63 149.66 203.87 -
System Red Green Blue C M Y K H S L
Decimal 176 8 108 0 0.95 0.39 0.31 324.29 0.91 0.36
Hex B0 8 6C 0 5F 27 1F 144 5B 24
Octal 260 10 154 0 137 47 37 504 133 44
Binary 10110000 1000 1101100 0 1011111 100111 11111 101000100 1011011 100100

Color Harmonies of #B0086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0086C

Black with #B0086C

Text Example


Text Example

White with #B0086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0086C; }

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

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

background-color css

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

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

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

border-color css

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

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

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