Html Css Color HEX #B3076F Jazzberry Jam

📋 copy color: '#B3076F'

red 179 ◦ green 7 ◦ blue 111

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

Shades of Jazzberry Jam #B3076F

Tints of Jazzberry Jam #B3076F

RGB

 RED value IS 179 (70.31% from 255) = 60.27%

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

 BLUE value IS 111 (43.75% from 255) = 37.37%

R = 60.27%
G = 2.36%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B3076F (or 0xB3076F) is known color: Jazzberry Jam. HEX triplet: B3, 07 and 6F. RGB value is (179,7,111). Sum of RGB (Red+Green+Blue) = 179+7+111=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B3076F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3076F is #4CF890. Grayscale: #464646. Windows color (decimal): -5044369 or 7276467. OLE color: 7276467.

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

Color convert

RGB 179 7 111 -
CMYK 0 0.96 0.38 0.30
HSL 323.72º 0.92% 0.36% -
HSV(B) 323.72º 0.96% 0.7% -
XYZ 21.54 10.88 16 -
YUV 70.28 150.98 205.54 -
System Red Green Blue C M Y K H S L
Decimal 179 7 111 0 0.96 0.38 0.30 323.72 0.92 0.36
Hex B3 7 6F 0 60 26 1E 144 5C 24
Octal 263 7 157 0 140 46 36 504 134 44
Binary 10110011 111 1101111 0 1100000 100110 11110 101000100 1011100 100100

Color Harmonies of #B3076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3076F

Black with #B3076F

Text Example


Text Example

White with #B3076F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3076F; }

 p { color: rgb(179,7,111); }

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

background-color css

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

 a { background-color: rgb(179,7,111); }

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

border-color css

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

 span { border-color: rgb(179,7,111); }

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