Html Css Color HEX #B41266 Jazzberry Jam

📋 copy color: '#B41266'

red 180 ◦ green 18 ◦ blue 102

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

Shades of Jazzberry Jam #B41266

Tints of Jazzberry Jam #B41266

RGB

 RED value IS 180 (70.7% from 255) = 60%

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

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

R = 60%
G = 6%
B = 34%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B41266 (or 0xB41266) is known color: Jazzberry Jam. HEX triplet: B4, 12 and 66. RGB value is (180,18,102). Sum of RGB (Red+Green+Blue) = 180+18+102=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B41266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41266 is #4BED99. Grayscale: #4B4B4B. Windows color (decimal): -4976026 or 6689460. OLE color: 6689460.

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

Color convert

RGB 180 18 102 -
CMYK 0 0.9 0.43 0.29
HSL 328.89º 0.82% 0.39% -
HSV(B) 328.89º 0.9% 0.71% -
XYZ 21.44 11.1 13.58 -
YUV 76.01 142.67 202.17 -
System Red Green Blue C M Y K H S L
Decimal 180 18 102 0 0.9 0.43 0.29 328.89 0.82 0.39
Hex B4 12 66 0 5A 2B 1D 149 52 27
Octal 264 22 146 0 132 53 35 511 122 47
Binary 10110100 10010 1100110 0 1011010 101011 11101 101001001 1010010 100111

Color Harmonies of #B41266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41266

Black with #B41266

Text Example


Text Example

White with #B41266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41266; }

 p { color: rgb(180,18,102); }

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

background-color css

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

 a { background-color: rgb(180,18,102); }

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

border-color css

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

 span { border-color: rgb(180,18,102); }

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