Html Css Color HEX #B4084E Jazzberry Jam

📋 copy color: '#B4084E'

red 180 ◦ green 8 ◦ blue 78

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

Shades of Jazzberry Jam #B4084E

Tints of Jazzberry Jam #B4084E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 29.32%

R = 67.67%
G = 3.01%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B4084E (or 0xB4084E) is known color: Jazzberry Jam. HEX triplet: B4, 08 and 4E. RGB value is (180,8,78). Sum of RGB (Red+Green+Blue) = 180+8+78=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B4084E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4084E is #4BF7B1. Grayscale: #434343. Windows color (decimal): -4978610 or 5114036. OLE color: 5114036.

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

Color convert

RGB 180 8 78 -
CMYK 0 0.96 0.57 0.29
HSL 335.58º 0.91% 0.37% -
HSV(B) 335.58º 0.96% 0.71% -
XYZ 20.28 10.43 8.15 -
YUV 67.41 133.98 208.31 -
System Red Green Blue C M Y K H S L
Decimal 180 8 78 0 0.96 0.57 0.29 335.58 0.91 0.37
Hex B4 8 4E 0 60 39 1D 150 5B 25
Octal 264 10 116 0 140 71 35 520 133 45
Binary 10110100 1000 1001110 0 1100000 111001 11101 101010000 1011011 100101

Color Harmonies of #B4084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4084E

Black with #B4084E

Text Example


Text Example

White with #B4084E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4084E; }

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

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

background-color css

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

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

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

border-color css

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

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

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