Html Css Color HEX #B6075D Jazzberry Jam

📋 copy color: '#B6075D'

red 182 ◦ green 7 ◦ blue 93

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

Shades of Jazzberry Jam #B6075D

Tints of Jazzberry Jam #B6075D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.48%

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

R = 64.54%
G = 2.48%
B = 32.98%

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

#B6075D (or 0xB6075D) is known color: Jazzberry Jam. HEX triplet: B6, 07 and 5D. RGB value is (182,7,93). Sum of RGB (Red+Green+Blue) = 182+7+93=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B6075D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6075D is #49F8A2. Grayscale: #444444. Windows color (decimal): -4847779 or 6096822. OLE color: 6096822.

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

Color convert

RGB 182 7 93 -
CMYK 0 0.96 0.49 0.29
HSL 330.51º 0.93% 0.37% -
HSV(B) 330.51º 0.96% 0.71% -
XYZ 21.34 10.89 11.33 -
YUV 69.13 141.48 208.51 -
System Red Green Blue C M Y K H S L
Decimal 182 7 93 0 0.96 0.49 0.29 330.51 0.93 0.37
Hex B6 7 5D 0 60 31 1D 14B 5D 25
Octal 266 7 135 0 140 61 35 513 135 45
Binary 10110110 111 1011101 0 1100000 110001 11101 101001011 1011101 100101

Color Harmonies of #B6075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6075D

Black with #B6075D

Text Example


Text Example

White with #B6075D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6075D; }

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

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

background-color css

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

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

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

border-color css

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

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

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