Html Css Color HEX #B2084A Jazzberry Jam

📋 copy color: '#B2084A'

red 178 ◦ green 8 ◦ blue 74

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

Shades of Jazzberry Jam #B2084A

Tints of Jazzberry Jam #B2084A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.46%

R = 68.46%
G = 3.08%
B = 28.46%

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

#B2084A (or 0xB2084A) is known color: Jazzberry Jam. HEX triplet: B2, 08 and 4A. RGB value is (178,8,74). Sum of RGB (Red+Green+Blue) = 178+8+74=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B2084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2084A is #4DF7B5. Grayscale: #424242. Windows color (decimal): -5109686 or 4851890. OLE color: 4851890.

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

Color convert

RGB 178 8 74 -
CMYK 0 0.96 0.58 0.30
HSL 336.71º 0.91% 0.36% -
HSV(B) 336.71º 0.96% 0.7% -
XYZ 19.68 10.13 7.4 -
YUV 66.35 132.32 207.63 -
System Red Green Blue C M Y K H S L
Decimal 178 8 74 0 0.96 0.58 0.30 336.71 0.91 0.36
Hex B2 8 4A 0 60 3A 1E 151 5B 24
Octal 262 10 112 0 140 72 36 521 133 44
Binary 10110010 1000 1001010 0 1100000 111010 11110 101010001 1011011 100100

Color Harmonies of #B2084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2084A

Black with #B2084A

Text Example


Text Example

White with #B2084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2084A; }

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

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

background-color css

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

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

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

border-color css

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

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

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