Html Css Color HEX #B6064E Jazzberry Jam

📋 copy color: '#B6064E'

red 182 ◦ green 6 ◦ blue 78

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

Shades of Jazzberry Jam #B6064E

Tints of Jazzberry Jam #B6064E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

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

R = 68.42%
G = 2.26%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B6064E (or 0xB6064E) is known color: Jazzberry Jam. HEX triplet: B6, 06 and 4E. RGB value is (182,6,78). Sum of RGB (Red+Green+Blue) = 182+6+78=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B6064E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6064E is #49F9B1. Grayscale: #424242. Windows color (decimal): -4848050 or 5113526. OLE color: 5113526.

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

Color convert

RGB 182 6 78 -
CMYK 0 0.97 0.57 0.29
HSL 335.45º 0.94% 0.37% -
HSV(B) 335.45º 0.97% 0.71% -
XYZ 20.73 10.63 8.17 -
YUV 66.83 134.31 210.15 -
System Red Green Blue C M Y K H S L
Decimal 182 6 78 0 0.97 0.57 0.29 335.45 0.94 0.37
Hex B6 6 4E 0 61 39 1D 14F 5E 25
Octal 266 6 116 0 141 71 35 517 136 45
Binary 10110110 110 1001110 0 1100001 111001 11101 101001111 1011110 100101

Color Harmonies of #B6064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6064E

Black with #B6064E

Text Example


Text Example

White with #B6064E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6064E; }

 p { color: rgb(182,6,78); }

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

background-color css

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

 a { background-color: rgb(182,6,78); }

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

border-color css

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

 span { border-color: rgb(182,6,78); }

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