Html Css Color HEX #B12266 Jazzberry Jam

📋 copy color: '#B12266'

red 177 ◦ green 34 ◦ blue 102

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

Shades of Jazzberry Jam #B12266

Tints of Jazzberry Jam #B12266

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.86%

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

R = 56.55%
G = 10.86%
B = 32.59%

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

#B12266 (or 0xB12266) is known color: Jazzberry Jam. HEX triplet: B1, 22 and 66. RGB value is (177,34,102). Sum of RGB (Red+Green+Blue) = 177+34+102=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B12266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12266 is #4EDD99. Grayscale: #545454. Windows color (decimal): -5168538 or 6693553. OLE color: 6693553.

HSL color Cylindrical-coordinate representation of color #B12266: hue angle of 331.47º degrees, saturation: 0.68, 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 #B12266 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 34 102 -
CMYK 0 0.81 0.42 0.31
HSL 331.47º 0.68% 0.41% -
HSV(B) 331.47º 0.81% 0.69% -
XYZ 21.1 11.45 13.67 -
YUV 84.51 137.88 193.97 -
System Red Green Blue C M Y K H S L
Decimal 177 34 102 0 0.81 0.42 0.31 331.47 0.68 0.41
Hex B1 22 66 0 51 2A 1F 14B 44 29
Octal 261 42 146 0 121 52 37 513 104 51
Binary 10110001 100010 1100110 0 1010001 101010 11111 101001011 1000100 101001

Color Harmonies of #B12266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12266

Black with #B12266

Text Example


Text Example

White with #B12266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12266; }

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

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

background-color css

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

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

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

border-color css

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

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

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