Html Css Color HEX #BA014C Jazzberry Jam

📋 copy color: '#BA014C'

red 186 ◦ green 1 ◦ blue 76

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

Shades of Jazzberry Jam #BA014C

Tints of Jazzberry Jam #BA014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 76 (30.08% from 255) = 28.9%

R = 70.72%
G = 0.38%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA014C (or 0xBA014C) is known color: Jazzberry Jam. HEX triplet: BA, 01 and 4C. RGB value is (186,1,76). Sum of RGB (Red+Green+Blue) = 186+1+76=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA014C is #45FEB3. Grayscale: #404040. Windows color (decimal): -4587188 or 4981178. OLE color: 4981178.

HSL color Cylindrical-coordinate representation of color #BA014C: hue angle of 335.68º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA014C is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 1 76 -
CMYK 0 0.99 0.59 0.27
HSL 335.68º 0.99% 0.37% -
HSV(B) 335.68º 0.99% 0.73% -
XYZ 21.57 10.98 7.82 -
YUV 64.87 134.29 214.4 -
System Red Green Blue C M Y K H S L
Decimal 186 1 76 0 0.99 0.59 0.27 335.68 0.99 0.37
Hex BA 1 4C 0 63 3B 1B 150 63 25
Octal 272 1 114 0 143 73 33 520 143 45
Binary 10111010 1 1001100 0 1100011 111011 11011 101010000 1100011 100101

Color Harmonies of #BA014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA014C

Black with #BA014C

Text Example


Text Example

White with #BA014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA014C; }

 p { color: rgb(186,1,76); }

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

background-color css

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

 a { background-color: rgb(186,1,76); }

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

border-color css

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

 span { border-color: rgb(186,1,76); }

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