Html Css Color HEX #B00875 Jazzberry Jam

📋 copy color: '#B00875'

red 176 ◦ green 8 ◦ blue 117

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

Shades of Jazzberry Jam #B00875

Tints of Jazzberry Jam #B00875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.66%

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

R = 58.47%
G = 2.66%
B = 38.87%

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

#B00875 (or 0xB00875) is known color: Jazzberry Jam. HEX triplet: B0, 08 and 75. RGB value is (176,8,117). Sum of RGB (Red+Green+Blue) = 176+8+117=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B00875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00875 is #4FF78A. Grayscale: #464646. Windows color (decimal): -5240715 or 7669936. OLE color: 7669936.

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

Color convert

RGB 176 8 117 -
CMYK 0 0.95 0.34 0.31
HSL 321.07º 0.91% 0.36% -
HSV(B) 321.07º 0.95% 0.69% -
XYZ 21.2 10.69 17.78 -
YUV 70.66 154.16 203.14 -
System Red Green Blue C M Y K H S L
Decimal 176 8 117 0 0.95 0.34 0.31 321.07 0.91 0.36
Hex B0 8 75 0 5F 22 1F 141 5B 24
Octal 260 10 165 0 137 42 37 501 133 44
Binary 10110000 1000 1110101 0 1011111 100010 11111 101000001 1011011 100100

Color Harmonies of #B00875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00875

Black with #B00875

Text Example


Text Example

White with #B00875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00875; }

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

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

background-color css

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

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

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

border-color css

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

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

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