Html Css Color HEX #BA0952 Jazzberry Jam

📋 copy color: '#BA0952'

red 186 ◦ green 9 ◦ blue 82

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

Shades of Jazzberry Jam #BA0952

Tints of Jazzberry Jam #BA0952

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.25%

 BLUE value IS 82 (32.42% from 255) = 29.6%

R = 67.15%
G = 3.25%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA0952 (or 0xBA0952) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 52. RGB value is (186,9,82). Sum of RGB (Red+Green+Blue) = 186+9+82=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0952 is #45F6AD. Grayscale: #464646. Windows color (decimal): -4585134 or 5376442. OLE color: 5376442.

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

Color convert

RGB 186 9 82 -
CMYK 0 0.95 0.56 0.27
HSL 335.25º 0.91% 0.38% -
HSV(B) 335.25º 0.95% 0.73% -
XYZ 21.87 11.24 9 -
YUV 70.25 134.64 210.56 -
System Red Green Blue C M Y K H S L
Decimal 186 9 82 0 0.95 0.56 0.27 335.25 0.91 0.38
Hex BA 9 52 0 5F 38 1B 14F 5B 26
Octal 272 11 122 0 137 70 33 517 133 46
Binary 10111010 1001 1010010 0 1011111 111000 11011 101001111 1011011 100110

Color Harmonies of #BA0952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0952

Black with #BA0952

Text Example


Text Example

White with #BA0952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0952; }

 p { color: rgb(186,9,82); }

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

background-color css

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

 a { background-color: rgb(186,9,82); }

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

border-color css

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

 span { border-color: rgb(186,9,82); }

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