Html Css Color HEX #B6085D Jazzberry Jam

📋 copy color: '#B6085D'

red 182 ◦ green 8 ◦ blue 93

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

Shades of Jazzberry Jam #B6085D

Tints of Jazzberry Jam #B6085D

RGB

 RED value IS 182 (71.48% from 255) = 64.31%

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

 BLUE value IS 93 (36.72% from 255) = 32.86%

R = 64.31%
G = 2.83%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6085D (or 0xB6085D) is known color: Jazzberry Jam. HEX triplet: B6, 08 and 5D. RGB value is (182,8,93). Sum of RGB (Red+Green+Blue) = 182+8+93=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B6085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6085D is #49F7A2. Grayscale: #454545. Windows color (decimal): -4847523 or 6097078. OLE color: 6097078.

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

Color convert

RGB 182 8 93 -
CMYK 0 0.96 0.49 0.29
HSL 330.69º 0.92% 0.37% -
HSV(B) 330.69º 0.96% 0.71% -
XYZ 21.35 10.91 11.34 -
YUV 69.72 141.15 208.09 -
System Red Green Blue C M Y K H S L
Decimal 182 8 93 0 0.96 0.49 0.29 330.69 0.92 0.37
Hex B6 8 5D 0 60 31 1D 14B 5C 25
Octal 266 10 135 0 140 61 35 513 134 45
Binary 10110110 1000 1011101 0 1100000 110001 11101 101001011 1011100 100101

Color Harmonies of #B6085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6085D

Black with #B6085D

Text Example


Text Example

White with #B6085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6085D; }

 p { color: rgb(182,8,93); }

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

background-color css

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

 a { background-color: rgb(182,8,93); }

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

border-color css

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

 span { border-color: rgb(182,8,93); }

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