Html Css Color HEX #BA015C Jazzberry Jam

📋 copy color: '#BA015C'

red 186 ◦ green 1 ◦ blue 92

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

Shades of Jazzberry Jam #BA015C

Tints of Jazzberry Jam #BA015C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.97%

R = 66.67%
G = 0.36%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA015C (or 0xBA015C) is known color: Jazzberry Jam. HEX triplet: BA, 01 and 5C. RGB value is (186,1,92). Sum of RGB (Red+Green+Blue) = 186+1+92=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA015C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA015C is #45FEA3. Grayscale: #424242. Windows color (decimal): -4587172 or 6029754. OLE color: 6029754.

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

Color convert

RGB 186 1 92 -
CMYK 0 0.99 0.51 0.27
HSL 330.49º 0.99% 0.37% -
HSV(B) 330.49º 0.99% 0.73% -
XYZ 22.19 11.23 11.12 -
YUV 66.69 142.29 213.1 -
System Red Green Blue C M Y K H S L
Decimal 186 1 92 0 0.99 0.51 0.27 330.49 0.99 0.37
Hex BA 1 5C 0 63 33 1B 14A 63 25
Octal 272 1 134 0 143 63 33 512 143 45
Binary 10111010 1 1011100 0 1100011 110011 11011 101001010 1100011 100101

Color Harmonies of #BA015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA015C

Black with #BA015C

Text Example


Text Example

White with #BA015C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA015C; }

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

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

background-color css

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

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

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

border-color css

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

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

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