Html Css Color HEX #BE0765 Jazzberry Jam

📋 copy color: '#BE0765'

red 190 ◦ green 7 ◦ blue 101

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

Shades of Jazzberry Jam #BE0765

Tints of Jazzberry Jam #BE0765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.89%

R = 63.76%
G = 2.35%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE0765 (or 0xBE0765) is known color: Jazzberry Jam. HEX triplet: BE, 07 and 65. RGB value is (190,7,101). Sum of RGB (Red+Green+Blue) = 190+7+101=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0765 is #41F89A. Grayscale: #484848. Windows color (decimal): -4323483 or 6621118. OLE color: 6621118.

HSL color Cylindrical-coordinate representation of color #BE0765: hue angle of 329.18º 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 #BE0765 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 7 101 -
CMYK 0 0.96 0.47 0.25
HSL 329.18º 0.93% 0.39% -
HSV(B) 329.18º 0.96% 0.75% -
XYZ 23.66 12.04 13.39 -
YUV 72.43 144.13 211.86 -
System Red Green Blue C M Y K H S L
Decimal 190 7 101 0 0.96 0.47 0.25 329.18 0.93 0.39
Hex BE 7 65 0 60 2F 19 149 5D 27
Octal 276 7 145 0 140 57 31 511 135 47
Binary 10111110 111 1100101 0 1100000 101111 11001 101001001 1011101 100111

Color Harmonies of #BE0765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0765

Black with #BE0765

Text Example


Text Example

White with #BE0765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0765; }

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

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

background-color css

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

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

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

border-color css

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

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

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