Html Css Color HEX #BA014B Jazzberry Jam

📋 copy color: '#BA014B'

red 186 ◦ green 1 ◦ blue 75

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

Shades of Jazzberry Jam #BA014B

Tints of Jazzberry Jam #BA014B

RGB

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

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

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

R = 70.99%
G = 0.38%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA014B (or 0xBA014B) is known color: Jazzberry Jam. HEX triplet: BA, 01 and 4B. RGB value is (186,1,75). Sum of RGB (Red+Green+Blue) = 186+1+75=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA014B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA014B is #45FEB4. Grayscale: #404040. Windows color (decimal): -4587189 or 4915642. OLE color: 4915642.

HSL color Cylindrical-coordinate representation of color #BA014B: hue angle of 336º 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 #BA014B is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 1 75 -
CMYK 0 0.99 0.60 0.27
HSL 336º 0.99% 0.37% -
HSV(B) 336º 0.99% 0.73% -
XYZ 21.53 10.97 7.64 -
YUV 64.75 133.79 214.48 -
System Red Green Blue C M Y K H S L
Decimal 186 1 75 0 0.99 0.60 0.27 336 0.99 0.37
Hex BA 1 4B 0 63 3C 1B 150 63 25
Octal 272 1 113 0 143 74 33 520 143 45
Binary 10111010 1 1001011 0 1100011 111100 11011 101010000 1100011 100101

Color Harmonies of #BA014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA014B

Black with #BA014B

Text Example


Text Example

White with #BA014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA014B; }

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

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

background-color css

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

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

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

border-color css

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

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

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