Html Css Color HEX #BE006C Jazzberry Jam

📋 copy color: '#BE006C'

red 190 ◦ green 0 ◦ blue 108

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

Shades of Jazzberry Jam #BE006C

Tints of Jazzberry Jam #BE006C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 108 (42.58% from 255) = 36.24%

R = 63.76%
G = 0%
B = 36.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE006C (or 0xBE006C) is known color: Jazzberry Jam. HEX triplet: BE, 00 and 6C. RGB value is (190,0,108). Sum of RGB (Red+Green+Blue) = 190+0+108=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE006C is #41FF93. Grayscale: #444444. Windows color (decimal): -4325268 or 7078078. OLE color: 7078078.

HSL color Cylindrical-coordinate representation of color #BE006C: hue angle of 325.89º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE006C is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 0 108 -
CMYK 0 1 0.43 0.25
HSL 325.89º 1% 0.37% -
HSV(B) 325.89º 1% 0.75% -
XYZ 23.94 12.03 15.25 -
YUV 69.12 149.95 214.22 -
System Red Green Blue C M Y K H S L
Decimal 190 0 108 0 1 0.43 0.25 325.89 1 0.37
Hex BE 0 6C 0 64 2B 19 146 64 25
Octal 276 0 154 0 144 53 31 506 144 45
Binary 10111110 0 1101100 0 1100100 101011 11001 101000110 1100100 100101

Color Harmonies of #BE006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE006C

Black with #BE006C

Text Example


Text Example

White with #BE006C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE006C; }

 p { color: rgb(190,0,108); }

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

background-color css

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

 a { background-color: rgb(190,0,108); }

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

border-color css

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

 span { border-color: rgb(190,0,108); }

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