Html Css Color HEX #B00970 Jazzberry Jam

📋 copy color: '#B00970'

red 176 ◦ green 9 ◦ blue 112

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

Shades of Jazzberry Jam #B00970

Tints of Jazzberry Jam #B00970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.03%

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

R = 59.26%
G = 3.03%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B00970 (or 0xB00970) is known color: Jazzberry Jam. HEX triplet: B0, 09 and 70. RGB value is (176,9,112). Sum of RGB (Red+Green+Blue) = 176+9+112=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B00970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00970 is #4FF68F. Grayscale: #464646. Windows color (decimal): -5240464 or 7342512. OLE color: 7342512.

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

Color convert

RGB 176 9 112 -
CMYK 0 0.95 0.36 0.31
HSL 322.99º 0.9% 0.36% -
HSV(B) 322.99º 0.95% 0.69% -
XYZ 20.93 10.6 16.27 -
YUV 70.68 151.33 203.12 -
System Red Green Blue C M Y K H S L
Decimal 176 9 112 0 0.95 0.36 0.31 322.99 0.9 0.36
Hex B0 9 70 0 5F 24 1F 143 5A 24
Octal 260 11 160 0 137 44 37 503 132 44
Binary 10110000 1001 1110000 0 1011111 100100 11111 101000011 1011010 100100

Color Harmonies of #B00970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00970

Black with #B00970

Text Example


Text Example

White with #B00970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00970; }

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

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

background-color css

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

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

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

border-color css

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

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

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