Html Css Color HEX #BE0754 Jazzberry Jam

📋 copy color: '#BE0754'

red 190 ◦ green 7 ◦ blue 84

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

Shades of Jazzberry Jam #BE0754

Tints of Jazzberry Jam #BE0754

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.49%

 BLUE value IS 84 (33.2% from 255) = 29.89%

R = 67.62%
G = 2.49%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BE0754 (or 0xBE0754) is known color: Jazzberry Jam. HEX triplet: BE, 07 and 54. RGB value is (190,7,84). Sum of RGB (Red+Green+Blue) = 190+7+84=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0754 is #41F8AB. Grayscale: #464646. Windows color (decimal): -4323500 or 5507006. OLE color: 5507006.

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

Color convert

RGB 190 7 84 -
CMYK 0 0.96 0.56 0.25
HSL 334.75º 0.93% 0.39% -
HSV(B) 334.75º 0.96% 0.75% -
XYZ 22.91 11.74 9.45 -
YUV 70.5 135.63 213.24 -
System Red Green Blue C M Y K H S L
Decimal 190 7 84 0 0.96 0.56 0.25 334.75 0.93 0.39
Hex BE 7 54 0 60 38 19 14F 5D 27
Octal 276 7 124 0 140 70 31 517 135 47
Binary 10111110 111 1010100 0 1100000 111000 11001 101001111 1011101 100111

Color Harmonies of #BE0754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0754

Black with #BE0754

Text Example


Text Example

White with #BE0754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0754; }

 p { color: rgb(190,7,84); }

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

background-color css

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

 a { background-color: rgb(190,7,84); }

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

border-color css

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

 span { border-color: rgb(190,7,84); }

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