Html Css Color HEX #BE0C67 Jazzberry Jam

📋 copy color: '#BE0C67'

red 190 ◦ green 12 ◦ blue 103

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

Shades of Jazzberry Jam #BE0C67

Tints of Jazzberry Jam #BE0C67

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.93%

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

R = 62.3%
G = 3.93%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE0C67 (or 0xBE0C67) is known color: Jazzberry Jam. HEX triplet: BE, 0C and 67. RGB value is (190,12,103). Sum of RGB (Red+Green+Blue) = 190+12+103=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0C67 is #41F398. Grayscale: #4B4B4B. Windows color (decimal): -4322201 or 6753470. OLE color: 6753470.

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

Color convert

RGB 190 12 103 -
CMYK 0 0.94 0.46 0.25
HSL 329.33º 0.88% 0.4% -
HSV(B) 329.33º 0.94% 0.75% -
XYZ 23.81 12.19 13.93 -
YUV 75.6 143.47 209.6 -
System Red Green Blue C M Y K H S L
Decimal 190 12 103 0 0.94 0.46 0.25 329.33 0.88 0.4
Hex BE C 67 0 5E 2E 19 149 58 28
Octal 276 14 147 0 136 56 31 511 130 50
Binary 10111110 1100 1100111 0 1011110 101110 11001 101001001 1011000 101000

Color Harmonies of #BE0C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0C67

Black with #BE0C67

Text Example


Text Example

White with #BE0C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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