Html Css Color HEX #BE0267 Jazzberry Jam

📋 copy color: '#BE0267'

red 190 ◦ green 2 ◦ blue 103

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

Shades of Jazzberry Jam #BE0267

Tints of Jazzberry Jam #BE0267

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 64.41%
G = 0.68%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE0267 (or 0xBE0267) is known color: Jazzberry Jam. HEX triplet: BE, 02 and 67. RGB value is (190,2,103). Sum of RGB (Red+Green+Blue) = 190+2+103=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0267 is #41FD98. Grayscale: #454545. Windows color (decimal): -4324761 or 6750910. OLE color: 6750910.

HSL color Cylindrical-coordinate representation of color #BE0267: hue angle of 327.77º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE0267 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 2 103 -
CMYK 0 0.99 0.46 0.25
HSL 327.77º 0.98% 0.38% -
HSV(B) 327.77º 0.99% 0.75% -
XYZ 23.71 11.97 13.89 -
YUV 69.73 146.78 213.79 -
System Red Green Blue C M Y K H S L
Decimal 190 2 103 0 0.99 0.46 0.25 327.77 0.98 0.38
Hex BE 2 67 0 63 2E 19 148 62 26
Octal 276 2 147 0 143 56 31 510 142 46
Binary 10111110 10 1100111 0 1100011 101110 11001 101001000 1100010 100110

Color Harmonies of #BE0267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0267

Black with #BE0267

Text Example


Text Example

White with #BE0267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0267; }

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

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

background-color css

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

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

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

border-color css

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

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

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