Html Css Color HEX #B4084C Jazzberry Jam

📋 copy color: '#B4084C'

red 180 ◦ green 8 ◦ blue 76

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

Shades of Jazzberry Jam #B4084C

Tints of Jazzberry Jam #B4084C

RGB

 RED value IS 180 (70.7% from 255) = 68.18%

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

 BLUE value IS 76 (30.08% from 255) = 28.79%

R = 68.18%
G = 3.03%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B4084C (or 0xB4084C) is known color: Jazzberry Jam. HEX triplet: B4, 08 and 4C. RGB value is (180,8,76). Sum of RGB (Red+Green+Blue) = 180+8+76=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B4084C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4084C is #4BF7B3. Grayscale: #434343. Windows color (decimal): -4978612 or 4982964. OLE color: 4982964.

HSL color Cylindrical-coordinate representation of color #B4084C: hue angle of 336.28º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B4084C is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 8 76 -
CMYK 0 0.96 0.58 0.29
HSL 336.28º 0.91% 0.37% -
HSV(B) 336.28º 0.96% 0.71% -
XYZ 20.21 10.4 7.78 -
YUV 67.18 132.98 208.47 -
System Red Green Blue C M Y K H S L
Decimal 180 8 76 0 0.96 0.58 0.29 336.28 0.91 0.37
Hex B4 8 4C 0 60 3A 1D 150 5B 25
Octal 264 10 114 0 140 72 35 520 133 45
Binary 10110100 1000 1001100 0 1100000 111010 11101 101010000 1011011 100101

Color Harmonies of #B4084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4084C

Black with #B4084C

Text Example


Text Example

White with #B4084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4084C; }

 p { color: rgb(180,8,76); }

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

background-color css

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

 a { background-color: rgb(180,8,76); }

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

border-color css

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

 span { border-color: rgb(180,8,76); }

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