Html Css Color HEX #B6126C Jazzberry Jam

📋 copy color: '#B6126C'

red 182 ◦ green 18 ◦ blue 108

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

Shades of Jazzberry Jam #B6126C

Tints of Jazzberry Jam #B6126C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.84%

 BLUE value IS 108 (42.58% from 255) = 35.06%

R = 59.09%
G = 5.84%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B6126C (or 0xB6126C) is known color: Jazzberry Jam. HEX triplet: B6, 12 and 6C. RGB value is (182,18,108). Sum of RGB (Red+Green+Blue) = 182+18+108=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B6126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6126C is #49ED93. Grayscale: #4D4D4D. Windows color (decimal): -4844948 or 7082678. OLE color: 7082678.

HSL color Cylindrical-coordinate representation of color #B6126C: hue angle of 327.07º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6126C is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 18 108 -
CMYK 0 0.90 0.41 0.29
HSL 327.07º 0.82% 0.39% -
HSV(B) 327.07º 0.9% 0.71% -
XYZ 22.21 11.46 15.23 -
YUV 77.3 145.33 202.68 -
System Red Green Blue C M Y K H S L
Decimal 182 18 108 0 0.90 0.41 0.29 327.07 0.82 0.39
Hex B6 12 6C 0 5A 29 1D 147 52 27
Octal 266 22 154 0 132 51 35 507 122 47
Binary 10110110 10010 1101100 0 1011010 101001 11101 101000111 1010010 100111

Color Harmonies of #B6126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6126C

Black with #B6126C

Text Example


Text Example

White with #B6126C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6126C; }

 p { color: rgb(182,18,108); }

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

background-color css

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

 a { background-color: rgb(182,18,108); }

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

border-color css

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

 span { border-color: rgb(182,18,108); }

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