Html Css Color HEX #B3076A Jazzberry Jam

📋 copy color: '#B3076A'

red 179 ◦ green 7 ◦ blue 106

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

Shades of Jazzberry Jam #B3076A

Tints of Jazzberry Jam #B3076A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.3%

R = 61.3%
G = 2.4%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B3076A (or 0xB3076A) is known color: Jazzberry Jam. HEX triplet: B3, 07 and 6A. RGB value is (179,7,106). Sum of RGB (Red+Green+Blue) = 179+7+106=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B3076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3076A is #4CF895. Grayscale: #454545. Windows color (decimal): -5044374 or 6948787. OLE color: 6948787.

HSL color Cylindrical-coordinate representation of color #B3076A: hue angle of 325.47º 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 #B3076A is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 7 106 -
CMYK 0 0.96 0.41 0.30
HSL 325.47º 0.92% 0.36% -
HSV(B) 325.47º 0.96% 0.7% -
XYZ 21.27 10.78 14.59 -
YUV 69.71 148.48 205.95 -
System Red Green Blue C M Y K H S L
Decimal 179 7 106 0 0.96 0.41 0.30 325.47 0.92 0.36
Hex B3 7 6A 0 60 29 1E 145 5C 24
Octal 263 7 152 0 140 51 36 505 134 44
Binary 10110011 111 1101010 0 1100000 101001 11110 101000101 1011100 100100

Color Harmonies of #B3076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3076A

Black with #B3076A

Text Example


Text Example

White with #B3076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3076A; }

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

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

background-color css

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

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

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

border-color css

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

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

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