Html Css Color HEX #B02466 Jazzberry Jam

📋 copy color: '#B02466'

red 176 ◦ green 36 ◦ blue 102

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

Shades of Jazzberry Jam #B02466

Tints of Jazzberry Jam #B02466

RGB

 RED value IS 176 (69.14% from 255) = 56.05%

 GREEN value IS 36 (14.45% from 255) = 11.46%

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

R = 56.05%
G = 11.46%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B02466 (or 0xB02466) is known color: Jazzberry Jam. HEX triplet: B0, 24 and 66. RGB value is (176,36,102). Sum of RGB (Red+Green+Blue) = 176+36+102=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B02466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02466 is #4FDB99. Grayscale: #555555. Windows color (decimal): -5233562 or 6694064. OLE color: 6694064.

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

Color convert

RGB 176 36 102 -
CMYK 0 0.80 0.42 0.31
HSL 331.71º 0.66% 0.42% -
HSV(B) 331.71º 0.8% 0.69% -
XYZ 20.93 11.45 13.68 -
YUV 85.38 137.38 192.63 -
System Red Green Blue C M Y K H S L
Decimal 176 36 102 0 0.80 0.42 0.31 331.71 0.66 0.42
Hex B0 24 66 0 50 2A 1F 14C 42 2A
Octal 260 44 146 0 120 52 37 514 102 52
Binary 10110000 100100 1100110 0 1010000 101010 11111 101001100 1000010 101010

Color Harmonies of #B02466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02466

Black with #B02466

Text Example


Text Example

White with #B02466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02466; }

 p { color: rgb(176,36,102); }

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

background-color css

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

 a { background-color: rgb(176,36,102); }

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

border-color css

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

 span { border-color: rgb(176,36,102); }

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