Html Css Color HEX #BE0957 Jazzberry Jam

📋 copy color: '#BE0957'

red 190 ◦ green 9 ◦ blue 87

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

Shades of Jazzberry Jam #BE0957

Tints of Jazzberry Jam #BE0957

RGB

 RED value IS 190 (74.61% from 255) = 66.43%

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

 BLUE value IS 87 (34.38% from 255) = 30.42%

R = 66.43%
G = 3.15%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BE0957 (or 0xBE0957) is known color: Jazzberry Jam. HEX triplet: BE, 09 and 57. RGB value is (190,9,87). Sum of RGB (Red+Green+Blue) = 190+9+87=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0957 is #41F6A8. Grayscale: #474747. Windows color (decimal): -4322985 or 5704126. OLE color: 5704126.

HSL color Cylindrical-coordinate representation of color #BE0957: hue angle of 334.14º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0957 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 9 87 -
CMYK 0 0.95 0.54 0.25
HSL 334.14º 0.91% 0.39% -
HSV(B) 334.14º 0.95% 0.75% -
XYZ 23.05 11.83 10.09 -
YUV 72.01 136.47 212.16 -
System Red Green Blue C M Y K H S L
Decimal 190 9 87 0 0.95 0.54 0.25 334.14 0.91 0.39
Hex BE 9 57 0 5F 36 19 14E 5B 27
Octal 276 11 127 0 137 66 31 516 133 47
Binary 10111110 1001 1010111 0 1011111 110110 11001 101001110 1011011 100111

Color Harmonies of #BE0957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0957

Black with #BE0957

Text Example


Text Example

White with #BE0957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0957; }

 p { color: rgb(190,9,87); }

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

background-color css

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

 a { background-color: rgb(190,9,87); }

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

border-color css

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

 span { border-color: rgb(190,9,87); }

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