Html Css Color HEX #B2074F Jazzberry Jam

📋 copy color: '#B2074F'

red 178 ◦ green 7 ◦ blue 79

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

Shades of Jazzberry Jam #B2074F

Tints of Jazzberry Jam #B2074F

RGB

 RED value IS 178 (69.92% from 255) = 67.42%

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

 BLUE value IS 79 (31.25% from 255) = 29.92%

R = 67.42%
G = 2.65%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2074F (or 0xB2074F) is known color: Jazzberry Jam. HEX triplet: B2, 07 and 4F. RGB value is (178,7,79). Sum of RGB (Red+Green+Blue) = 178+7+79=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B2074F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2074F is #4DF8B0. Grayscale: #424242. Windows color (decimal): -5109937 or 5179314. OLE color: 5179314.

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

Color convert

RGB 178 7 79 -
CMYK 0 0.96 0.56 0.30
HSL 334.74º 0.92% 0.36% -
HSV(B) 334.74º 0.96% 0.7% -
XYZ 19.85 10.18 8.32 -
YUV 66.34 135.15 207.65 -
System Red Green Blue C M Y K H S L
Decimal 178 7 79 0 0.96 0.56 0.30 334.74 0.92 0.36
Hex B2 7 4F 0 60 38 1E 14F 5C 24
Octal 262 7 117 0 140 70 36 517 134 44
Binary 10110010 111 1001111 0 1100000 111000 11110 101001111 1011100 100100

Color Harmonies of #B2074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2074F

Black with #B2074F

Text Example


Text Example

White with #B2074F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2074F; }

 p { color: rgb(178,7,79); }

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

background-color css

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

 a { background-color: rgb(178,7,79); }

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

border-color css

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

 span { border-color: rgb(178,7,79); }

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