Html Css Color HEX #B40266 Jazzberry Jam

📋 copy color: '#B40266'

red 180 ◦ green 2 ◦ blue 102

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

Shades of Jazzberry Jam #B40266

Tints of Jazzberry Jam #B40266

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

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

R = 63.38%
G = 0.7%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B40266 (or 0xB40266) is known color: Jazzberry Jam. HEX triplet: B4, 02 and 66. RGB value is (180,2,102). Sum of RGB (Red+Green+Blue) = 180+2+102=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B40266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40266 is #4BFD99. Grayscale: #424242. Windows color (decimal): -4980122 or 6685364. OLE color: 6685364.

HSL color Cylindrical-coordinate representation of color #B40266: hue angle of 326.29º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40266 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 2 102 -
CMYK 0 0.99 0.43 0.29
HSL 326.29º 0.98% 0.36% -
HSV(B) 326.29º 0.99% 0.71% -
XYZ 21.24 10.71 13.52 -
YUV 66.62 147.97 208.87 -
System Red Green Blue C M Y K H S L
Decimal 180 2 102 0 0.99 0.43 0.29 326.29 0.98 0.36
Hex B4 2 66 0 63 2B 1D 146 62 24
Octal 264 2 146 0 143 53 35 506 142 44
Binary 10110100 10 1100110 0 1100011 101011 11101 101000110 1100010 100100

Color Harmonies of #B40266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40266

Black with #B40266

Text Example


Text Example

White with #B40266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40266; }

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

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

background-color css

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

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

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

border-color css

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

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

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