Html Css Color HEX #BE0767 Jazzberry Jam

📋 copy color: '#BE0767'

red 190 ◦ green 7 ◦ blue 103

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

Shades of Jazzberry Jam #BE0767

Tints of Jazzberry Jam #BE0767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.33%

R = 63.33%
G = 2.33%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE0767 (or 0xBE0767) is known color: Jazzberry Jam. HEX triplet: BE, 07 and 67. RGB value is (190,7,103). Sum of RGB (Red+Green+Blue) = 190+7+103=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0767 is #41F898. Grayscale: #484848. Windows color (decimal): -4323481 or 6752190. OLE color: 6752190.

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

Color convert

RGB 190 7 103 -
CMYK 0 0.96 0.46 0.25
HSL 328.52º 0.93% 0.39% -
HSV(B) 328.52º 0.96% 0.75% -
XYZ 23.76 12.08 13.91 -
YUV 72.66 145.13 211.69 -
System Red Green Blue C M Y K H S L
Decimal 190 7 103 0 0.96 0.46 0.25 328.52 0.93 0.39
Hex BE 7 67 0 60 2E 19 149 5D 27
Octal 276 7 147 0 140 56 31 511 135 47
Binary 10111110 111 1100111 0 1100000 101110 11001 101001001 1011101 100111

Color Harmonies of #BE0767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0767

Black with #BE0767

Text Example


Text Example

White with #BE0767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0767; }

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

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

background-color css

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

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

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

border-color css

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

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

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