Html Css Color HEX #B2074B Jazzberry Jam

📋 copy color: '#B2074B'

red 178 ◦ green 7 ◦ blue 75

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

Shades of Jazzberry Jam #B2074B

Tints of Jazzberry Jam #B2074B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.85%

R = 68.46%
G = 2.69%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2074B (or 0xB2074B) is known color: Jazzberry Jam. HEX triplet: B2, 07 and 4B. RGB value is (178,7,75). Sum of RGB (Red+Green+Blue) = 178+7+75=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B2074B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2074B is #4DF8B4. Grayscale: #414141. Windows color (decimal): -5109941 or 4917170. OLE color: 4917170.

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

Color convert

RGB 178 7 75 -
CMYK 0 0.96 0.58 0.30
HSL 336.14º 0.92% 0.36% -
HSV(B) 336.14º 0.96% 0.7% -
XYZ 19.71 10.12 7.57 -
YUV 65.88 133.15 207.97 -
System Red Green Blue C M Y K H S L
Decimal 178 7 75 0 0.96 0.58 0.30 336.14 0.92 0.36
Hex B2 7 4B 0 60 3A 1E 150 5C 24
Octal 262 7 113 0 140 72 36 520 134 44
Binary 10110010 111 1001011 0 1100000 111010 11110 101010000 1011100 100100

Color Harmonies of #B2074B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2074B

Black with #B2074B

Text Example


Text Example

White with #B2074B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2074B; }

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

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

background-color css

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

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

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

border-color css

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

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

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