Html Css Color HEX #B0076C Jazzberry Jam

📋 copy color: '#B0076C'

red 176 ◦ green 7 ◦ blue 108

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

Shades of Jazzberry Jam #B0076C

Tints of Jazzberry Jam #B0076C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.41%

 BLUE value IS 108 (42.58% from 255) = 37.11%

R = 60.48%
G = 2.41%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0076C (or 0xB0076C) is known color: Jazzberry Jam. HEX triplet: B0, 07 and 6C. RGB value is (176,7,108). Sum of RGB (Red+Green+Blue) = 176+7+108=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B0076C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0076C is #4FF893. Grayscale: #444444. Windows color (decimal): -5240980 or 7079856. OLE color: 7079856.

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

Color convert

RGB 176 7 108 -
CMYK 0 0.96 0.39 0.31
HSL 324.14º 0.92% 0.36% -
HSV(B) 324.14º 0.96% 0.69% -
XYZ 20.69 10.46 15.12 -
YUV 69.05 149.99 204.29 -
System Red Green Blue C M Y K H S L
Decimal 176 7 108 0 0.96 0.39 0.31 324.14 0.92 0.36
Hex B0 7 6C 0 60 27 1F 144 5C 24
Octal 260 7 154 0 140 47 37 504 134 44
Binary 10110000 111 1101100 0 1100000 100111 11111 101000100 1011100 100100

Color Harmonies of #B0076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0076C

Black with #B0076C

Text Example


Text Example

White with #B0076C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0076C; }

 p { color: rgb(176,7,108); }

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

background-color css

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

 a { background-color: rgb(176,7,108); }

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

border-color css

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

 span { border-color: rgb(176,7,108); }

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