Html Css Color HEX #BA064B Jazzberry Jam

📋 copy color: '#BA064B'

red 186 ◦ green 6 ◦ blue 75

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

Shades of Jazzberry Jam #BA064B

Tints of Jazzberry Jam #BA064B

RGB

 RED value IS 186 (73.05% from 255) = 69.66%

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

 BLUE value IS 75 (29.69% from 255) = 28.09%

R = 69.66%
G = 2.25%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA064B (or 0xBA064B) is known color: Jazzberry Jam. HEX triplet: BA, 06 and 4B. RGB value is (186,6,75). Sum of RGB (Red+Green+Blue) = 186+6+75=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA064B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA064B is #45F9B4. Grayscale: #434343. Windows color (decimal): -4585909 or 4916922. OLE color: 4916922.

HSL color Cylindrical-coordinate representation of color #BA064B: hue angle of 337º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA064B is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 6 75 -
CMYK 0 0.97 0.60 0.27
HSL 337º 0.94% 0.38% -
HSV(B) 337º 0.97% 0.73% -
XYZ 21.58 11.08 7.66 -
YUV 67.69 132.13 212.39 -
System Red Green Blue C M Y K H S L
Decimal 186 6 75 0 0.97 0.60 0.27 337 0.94 0.38
Hex BA 6 4B 0 61 3C 1B 151 5E 26
Octal 272 6 113 0 141 74 33 521 136 46
Binary 10111010 110 1001011 0 1100001 111100 11011 101010001 1011110 100110

Color Harmonies of #BA064B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA064B

Black with #BA064B

Text Example


Text Example

White with #BA064B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA064B; }

 p { color: rgb(186,6,75); }

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

background-color css

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

 a { background-color: rgb(186,6,75); }

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

border-color css

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

 span { border-color: rgb(186,6,75); }

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