Html Css Color HEX #B6246A Jazzberry Jam

📋 copy color: '#B6246A'

red 182 ◦ green 36 ◦ blue 106

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

Shades of Jazzberry Jam #B6246A

Tints of Jazzberry Jam #B6246A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.11%

 BLUE value IS 106 (41.8% from 255) = 32.72%

R = 56.17%
G = 11.11%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B6246A (or 0xB6246A) is known color: Jazzberry Jam. HEX triplet: B6, 24 and 6A. RGB value is (182,36,106). Sum of RGB (Red+Green+Blue) = 182+36+106=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B6246A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6246A is #49DB95. Grayscale: #575757. Windows color (decimal): -4840342 or 6956214. OLE color: 6956214.

HSL color Cylindrical-coordinate representation of color #B6246A: hue angle of 331.23º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6246A is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 36 106 -
CMYK 0 0.80 0.42 0.29
HSL 331.23º 0.67% 0.43% -
HSV(B) 331.23º 0.8% 0.71% -
XYZ 22.52 12.25 14.81 -
YUV 87.63 138.37 195.31 -
System Red Green Blue C M Y K H S L
Decimal 182 36 106 0 0.80 0.42 0.29 331.23 0.67 0.43
Hex B6 24 6A 0 50 2A 1D 14B 43 2B
Octal 266 44 152 0 120 52 35 513 103 53
Binary 10110110 100100 1101010 0 1010000 101010 11101 101001011 1000011 101011

Color Harmonies of #B6246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6246A

Black with #B6246A

Text Example


Text Example

White with #B6246A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6246A; }

 p { color: rgb(182,36,106); }

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

background-color css

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

 a { background-color: rgb(182,36,106); }

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

border-color css

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

 span { border-color: rgb(182,36,106); }

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