Html Css Color HEX #B6044D Jazzberry Jam

📋 copy color: '#B6044D'

red 182 ◦ green 4 ◦ blue 77

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

Shades of Jazzberry Jam #B6044D

Tints of Jazzberry Jam #B6044D

RGB

 RED value IS 182 (71.48% from 255) = 69.2%

 GREEN value IS 4 (1.95% from 255) = 1.52%

 BLUE value IS 77 (30.47% from 255) = 29.28%

R = 69.2%
G = 1.52%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6044D (or 0xB6044D) is known color: Jazzberry Jam. HEX triplet: B6, 04 and 4D. RGB value is (182,4,77). Sum of RGB (Red+Green+Blue) = 182+4+77=263 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.20% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 182 - color contains mainly: red. Hex color #B6044D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6044D is #49FBB2. Grayscale: #414141. Windows color (decimal): -4848563 or 5047478. OLE color: 5047478.

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

Color convert

RGB 182 4 77 -
CMYK 0 0.98 0.58 0.29
HSL 335.39º 0.96% 0.36% -
HSV(B) 335.39º 0.98% 0.71% -
XYZ 20.67 10.57 7.97 -
YUV 65.54 134.47 211.06 -
System Red Green Blue C M Y K H S L
Decimal 182 4 77 0 0.98 0.58 0.29 335.39 0.96 0.36
Hex B6 4 4D 0 62 3A 1D 14F 60 24
Octal 266 4 115 0 142 72 35 517 140 44
Binary 10110110 100 1001101 0 1100010 111010 11101 101001111 1100000 100100

Color Harmonies of #B6044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6044D

Black with #B6044D

Text Example


Text Example

White with #B6044D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6044D; }

 p { color: rgb(182,4,77); }

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

background-color css

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

 a { background-color: rgb(182,4,77); }

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

border-color css

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

 span { border-color: rgb(182,4,77); }

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