Html Css Color HEX #B02168 Jazzberry Jam

📋 copy color: '#B02168'

red 176 ◦ green 33 ◦ blue 104

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

Shades of Jazzberry Jam #B02168

Tints of Jazzberry Jam #B02168

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.54%

 BLUE value IS 104 (41.02% from 255) = 33.23%

R = 56.23%
G = 10.54%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B02168 (or 0xB02168) is known color: Jazzberry Jam. HEX triplet: B0, 21 and 68. RGB value is (176,33,104). Sum of RGB (Red+Green+Blue) = 176+33+104=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B02168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02168 is #4FDE97. Grayscale: #535353. Windows color (decimal): -5234328 or 6824368. OLE color: 6824368.

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

Color convert

RGB 176 33 104 -
CMYK 0 0.81 0.41 0.31
HSL 330.21º 0.68% 0.41% -
HSV(B) 330.21º 0.81% 0.69% -
XYZ 20.95 11.32 14.18 -
YUV 83.85 139.38 193.73 -
System Red Green Blue C M Y K H S L
Decimal 176 33 104 0 0.81 0.41 0.31 330.21 0.68 0.41
Hex B0 21 68 0 51 29 1F 14A 44 29
Octal 260 41 150 0 121 51 37 512 104 51
Binary 10110000 100001 1101000 0 1010001 101001 11111 101001010 1000100 101001

Color Harmonies of #B02168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02168

Black with #B02168

Text Example


Text Example

White with #B02168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02168; }

 p { color: rgb(176,33,104); }

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

background-color css

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

 a { background-color: rgb(176,33,104); }

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

border-color css

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

 span { border-color: rgb(176,33,104); }

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