Html Css Color HEX #B5086D Jazzberry Jam

📋 copy color: '#B5086D'

red 181 ◦ green 8 ◦ blue 109

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

Shades of Jazzberry Jam #B5086D

Tints of Jazzberry Jam #B5086D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.58%

R = 60.74%
G = 2.68%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5086D (or 0xB5086D) is known color: Jazzberry Jam. HEX triplet: B5, 08 and 6D. RGB value is (181,8,109). Sum of RGB (Red+Green+Blue) = 181+8+109=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B5086D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5086D is #4AF792. Grayscale: #474747. Windows color (decimal): -4913043 or 7145653. OLE color: 7145653.

HSL color Cylindrical-coordinate representation of color #B5086D: hue angle of 324.97º 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 #B5086D is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 8 109 -
CMYK 0 0.96 0.40 0.29
HSL 324.97º 0.92% 0.37% -
HSV(B) 324.97º 0.96% 0.71% -
XYZ 21.9 11.1 15.46 -
YUV 71.24 149.31 206.29 -
System Red Green Blue C M Y K H S L
Decimal 181 8 109 0 0.96 0.40 0.29 324.97 0.92 0.37
Hex B5 8 6D 0 60 28 1D 145 5C 25
Octal 265 10 155 0 140 50 35 505 134 45
Binary 10110101 1000 1101101 0 1100000 101000 11101 101000101 1011100 100101

Color Harmonies of #B5086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5086D

Black with #B5086D

Text Example


Text Example

White with #B5086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5086D; }

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

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

background-color css

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

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

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

border-color css

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

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

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