Html Css Color HEX #BE0C6B Jazzberry Jam

📋 copy color: '#BE0C6B'

red 190 ◦ green 12 ◦ blue 107

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

Shades of Jazzberry Jam #BE0C6B

Tints of Jazzberry Jam #BE0C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.63%

R = 61.49%
G = 3.88%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE0C6B (or 0xBE0C6B) is known color: Jazzberry Jam. HEX triplet: BE, 0C and 6B. RGB value is (190,12,107). Sum of RGB (Red+Green+Blue) = 190+12+107=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0C6B is #41F394. Grayscale: #4B4B4B. Windows color (decimal): -4322197 or 7015614. OLE color: 7015614.

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

Color convert

RGB 190 12 107 -
CMYK 0 0.94 0.44 0.25
HSL 327.98º 0.88% 0.4% -
HSV(B) 327.98º 0.94% 0.75% -
XYZ 24.02 12.27 15.01 -
YUV 76.05 145.47 209.28 -
System Red Green Blue C M Y K H S L
Decimal 190 12 107 0 0.94 0.44 0.25 327.98 0.88 0.4
Hex BE C 6B 0 5E 2C 19 148 58 28
Octal 276 14 153 0 136 54 31 510 130 50
Binary 10111110 1100 1101011 0 1011110 101100 11001 101001000 1011000 101000

Color Harmonies of #BE0C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0C6B

Black with #BE0C6B

Text Example


Text Example

White with #BE0C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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