Html Css Color HEX #B12166 Jazzberry Jam

📋 copy color: '#B12166'

red 177 ◦ green 33 ◦ blue 102

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

Shades of Jazzberry Jam #B12166

Tints of Jazzberry Jam #B12166

RGB

 RED value IS 177 (69.53% from 255) = 56.73%

 GREEN value IS 33 (13.28% from 255) = 10.58%

 BLUE value IS 102 (40.23% from 255) = 32.69%

R = 56.73%
G = 10.58%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B12166 (or 0xB12166) is known color: Jazzberry Jam. HEX triplet: B1, 21 and 66. RGB value is (177,33,102). Sum of RGB (Red+Green+Blue) = 177+33+102=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B12166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12166 is #4EDE99. Grayscale: #535353. Windows color (decimal): -5168794 or 6693297. OLE color: 6693297.

HSL color Cylindrical-coordinate representation of color #B12166: hue angle of 331.25º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12166 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 33 102 -
CMYK 0 0.81 0.42 0.31
HSL 331.25º 0.69% 0.41% -
HSV(B) 331.25º 0.81% 0.69% -
XYZ 21.07 11.39 13.66 -
YUV 83.92 138.21 194.39 -
System Red Green Blue C M Y K H S L
Decimal 177 33 102 0 0.81 0.42 0.31 331.25 0.69 0.41
Hex B1 21 66 0 51 2A 1F 14B 45 29
Octal 261 41 146 0 121 52 37 513 105 51
Binary 10110001 100001 1100110 0 1010001 101010 11111 101001011 1000101 101001

Color Harmonies of #B12166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12166

Black with #B12166

Text Example


Text Example

White with #B12166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12166; }

 p { color: rgb(177,33,102); }

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

background-color css

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

 a { background-color: rgb(177,33,102); }

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

border-color css

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

 span { border-color: rgb(177,33,102); }

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