Html Css Color HEX #B12265 Jazzberry Jam

📋 copy color: '#B12265'

red 177 ◦ green 34 ◦ blue 101

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

Shades of Jazzberry Jam #B12265

Tints of Jazzberry Jam #B12265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.37%

R = 56.73%
G = 10.9%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B12265 (or 0xB12265) is known color: Jazzberry Jam. HEX triplet: B1, 22 and 65. RGB value is (177,34,101). Sum of RGB (Red+Green+Blue) = 177+34+101=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B12265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12265 is #4EDD9A. Grayscale: #545454. Windows color (decimal): -5168539 or 6628017. OLE color: 6628017.

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

Color convert

RGB 177 34 101 -
CMYK 0 0.81 0.43 0.31
HSL 331.89º 0.68% 0.41% -
HSV(B) 331.89º 0.81% 0.69% -
XYZ 21.05 11.43 13.41 -
YUV 84.4 137.38 194.05 -
System Red Green Blue C M Y K H S L
Decimal 177 34 101 0 0.81 0.43 0.31 331.89 0.68 0.41
Hex B1 22 65 0 51 2B 1F 14C 44 29
Octal 261 42 145 0 121 53 37 514 104 51
Binary 10110001 100010 1100101 0 1010001 101011 11111 101001100 1000100 101001

Color Harmonies of #B12265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12265

Black with #B12265

Text Example


Text Example

White with #B12265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12265; }

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

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

background-color css

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

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

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

border-color css

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

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

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