Html Css Color HEX #B00A70 Jazzberry Jam

📋 copy color: '#B00A70'

red 176 ◦ green 10 ◦ blue 112

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

Shades of Jazzberry Jam #B00A70

Tints of Jazzberry Jam #B00A70

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.36%

 BLUE value IS 112 (44.14% from 255) = 37.58%

R = 59.06%
G = 3.36%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B00A70 (or 0xB00A70) is known color: Jazzberry Jam. HEX triplet: B0, 0A and 70. RGB value is (176,10,112). Sum of RGB (Red+Green+Blue) = 176+10+112=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B00A70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00A70 is #4FF58F. Grayscale: #474747. Windows color (decimal): -5240208 or 7342768. OLE color: 7342768.

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

Color convert

RGB 176 10 112 -
CMYK 0 0.94 0.36 0.31
HSL 323.13º 0.89% 0.36% -
HSV(B) 323.13º 0.94% 0.69% -
XYZ 20.94 10.62 16.27 -
YUV 71.26 151 202.71 -
System Red Green Blue C M Y K H S L
Decimal 176 10 112 0 0.94 0.36 0.31 323.13 0.89 0.36
Hex B0 A 70 0 5E 24 1F 143 59 24
Octal 260 12 160 0 136 44 37 503 131 44
Binary 10110000 1010 1110000 0 1011110 100100 11111 101000011 1011001 100100

Color Harmonies of #B00A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00A70

Black with #B00A70

Text Example


Text Example

White with #B00A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00A70; }

 p { color: rgb(176,10,112); }

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

background-color css

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

 a { background-color: rgb(176,10,112); }

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

border-color css

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

 span { border-color: rgb(176,10,112); }

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