Html Css Color HEX #B5086B Jazzberry Jam

📋 copy color: '#B5086B'

red 181 ◦ green 8 ◦ blue 107

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

Shades of Jazzberry Jam #B5086B

Tints of Jazzberry Jam #B5086B

RGB

 RED value IS 181 (71.09% from 255) = 61.15%

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

 BLUE value IS 107 (42.19% from 255) = 36.15%

R = 61.15%
G = 2.7%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5086B (or 0xB5086B) is known color: Jazzberry Jam. HEX triplet: B5, 08 and 6B. RGB value is (181,8,107). Sum of RGB (Red+Green+Blue) = 181+8+107=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B5086B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5086B is #4AF794. Grayscale: #464646. Windows color (decimal): -4913045 or 7014581. OLE color: 7014581.

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

Color convert

RGB 181 8 107 -
CMYK 0 0.96 0.41 0.29
HSL 325.66º 0.92% 0.37% -
HSV(B) 325.66º 0.96% 0.71% -
XYZ 21.8 11.06 14.9 -
YUV 71.01 148.31 206.45 -
System Red Green Blue C M Y K H S L
Decimal 181 8 107 0 0.96 0.41 0.29 325.66 0.92 0.37
Hex B5 8 6B 0 60 29 1D 146 5C 25
Octal 265 10 153 0 140 51 35 506 134 45
Binary 10110101 1000 1101011 0 1100000 101001 11101 101000110 1011100 100101

Color Harmonies of #B5086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5086B

Black with #B5086B

Text Example


Text Example

White with #B5086B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5086B; }

 p { color: rgb(181,8,107); }

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

background-color css

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

 a { background-color: rgb(181,8,107); }

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

border-color css

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

 span { border-color: rgb(181,8,107); }

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