Html Css Color HEX #B4084A Jazzberry Jam

📋 copy color: '#B4084A'

red 180 ◦ green 8 ◦ blue 74

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

Shades of Jazzberry Jam #B4084A

Tints of Jazzberry Jam #B4084A

RGB

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

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

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

R = 68.7%
G = 3.05%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B4084A (or 0xB4084A) is known color: Jazzberry Jam. HEX triplet: B4, 08 and 4A. RGB value is (180,8,74). Sum of RGB (Red+Green+Blue) = 180+8+74=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B4084A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4084A is #4BF7B5. Grayscale: #424242. Windows color (decimal): -4978614 or 4851892. OLE color: 4851892.

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

Color convert

RGB 180 8 74 -
CMYK 0 0.96 0.59 0.29
HSL 336.98º 0.91% 0.37% -
HSV(B) 336.98º 0.96% 0.71% -
XYZ 20.15 10.37 7.42 -
YUV 66.95 131.98 208.63 -
System Red Green Blue C M Y K H S L
Decimal 180 8 74 0 0.96 0.59 0.29 336.98 0.91 0.37
Hex B4 8 4A 0 60 3B 1D 151 5B 25
Octal 264 10 112 0 140 73 35 521 133 45
Binary 10110100 1000 1001010 0 1100000 111011 11101 101010001 1011011 100101

Color Harmonies of #B4084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4084A

Black with #B4084A

Text Example


Text Example

White with #B4084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4084A; }

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

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

background-color css

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

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

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

border-color css

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

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

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