Html Css Color HEX #B02065 Jazzberry Jam

📋 copy color: '#B02065'

red 176 ◦ green 32 ◦ blue 101

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

Shades of Jazzberry Jam #B02065

Tints of Jazzberry Jam #B02065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.36%

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

R = 56.96%
G = 10.36%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B02065 (or 0xB02065) is known color: Jazzberry Jam. HEX triplet: B0, 20 and 65. RGB value is (176,32,101). Sum of RGB (Red+Green+Blue) = 176+32+101=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B02065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02065 is #4FDF9A. Grayscale: #525252. Windows color (decimal): -5234587 or 6627504. OLE color: 6627504.

HSL color Cylindrical-coordinate representation of color #B02065: hue angle of 331.25º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B02065 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 32 101 -
CMYK 0 0.82 0.43 0.31
HSL 331.25º 0.69% 0.41% -
HSV(B) 331.25º 0.82% 0.69% -
XYZ 20.77 11.2 13.38 -
YUV 82.92 138.21 194.39 -
System Red Green Blue C M Y K H S L
Decimal 176 32 101 0 0.82 0.43 0.31 331.25 0.69 0.41
Hex B0 20 65 0 52 2B 1F 14B 45 29
Octal 260 40 145 0 122 53 37 513 105 51
Binary 10110000 100000 1100101 0 1010010 101011 11111 101001011 1000101 101001

Color Harmonies of #B02065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02065

Black with #B02065

Text Example


Text Example

White with #B02065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02065; }

 p { color: rgb(176,32,101); }

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

background-color css

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

 a { background-color: rgb(176,32,101); }

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

border-color css

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

 span { border-color: rgb(176,32,101); }

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