Html Css Color HEX #B2084B Jazzberry Jam

📋 copy color: '#B2084B'

red 178 ◦ green 8 ◦ blue 75

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

Shades of Jazzberry Jam #B2084B

Tints of Jazzberry Jam #B2084B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.07%

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

R = 68.2%
G = 3.07%
B = 28.74%

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

#B2084B (or 0xB2084B) is known color: Jazzberry Jam. HEX triplet: B2, 08 and 4B. RGB value is (178,8,75). Sum of RGB (Red+Green+Blue) = 178+8+75=261 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.20% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 178 - color contains mainly: red. Hex color #B2084B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2084B is #4DF7B4. Grayscale: #424242. Windows color (decimal): -5109685 or 4917426. OLE color: 4917426.

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

Color convert

RGB 178 8 75 -
CMYK 0 0.96 0.58 0.30
HSL 336.35º 0.91% 0.36% -
HSV(B) 336.35º 0.96% 0.7% -
XYZ 19.72 10.15 7.58 -
YUV 66.47 132.82 207.55 -
System Red Green Blue C M Y K H S L
Decimal 178 8 75 0 0.96 0.58 0.30 336.35 0.91 0.36
Hex B2 8 4B 0 60 3A 1E 150 5B 24
Octal 262 10 113 0 140 72 36 520 133 44
Binary 10110010 1000 1001011 0 1100000 111010 11110 101010000 1011011 100100

Color Harmonies of #B2084B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2084B

Black with #B2084B

Text Example


Text Example

White with #B2084B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2084B; }

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

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

background-color css

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

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

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

border-color css

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

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

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