Html Css Color HEX #B00975 Jazzberry Jam

📋 copy color: '#B00975'

red 176 ◦ green 9 ◦ blue 117

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

Shades of Jazzberry Jam #B00975

Tints of Jazzberry Jam #B00975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.74%

R = 58.28%
G = 2.98%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B00975 (or 0xB00975) is known color: Jazzberry Jam. HEX triplet: B0, 09 and 75. RGB value is (176,9,117). Sum of RGB (Red+Green+Blue) = 176+9+117=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B00975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00975 is #4FF68A. Grayscale: #464646. Windows color (decimal): -5240459 or 7670192. OLE color: 7670192.

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

Color convert

RGB 176 9 117 -
CMYK 0 0.95 0.34 0.31
HSL 321.2º 0.9% 0.36% -
HSV(B) 321.2º 0.95% 0.69% -
XYZ 21.21 10.71 17.78 -
YUV 71.25 153.83 202.72 -
System Red Green Blue C M Y K H S L
Decimal 176 9 117 0 0.95 0.34 0.31 321.2 0.9 0.36
Hex B0 9 75 0 5F 22 1F 141 5A 24
Octal 260 11 165 0 137 42 37 501 132 44
Binary 10110000 1001 1110101 0 1011111 100010 11111 101000001 1011010 100100

Color Harmonies of #B00975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00975

Black with #B00975

Text Example


Text Example

White with #B00975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00975; }

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

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

background-color css

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

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

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

border-color css

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

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

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