Html Css Color HEX #BE006E Jazzberry Jam

📋 copy color: '#BE006E'

red 190 ◦ green 0 ◦ blue 110

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

Shades of Jazzberry Jam #BE006E

Tints of Jazzberry Jam #BE006E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.67%

R = 63.33%
G = 0%
B = 36.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE006E (or 0xBE006E) is known color: Jazzberry Jam. HEX triplet: BE, 00 and 6E. RGB value is (190,0,110). Sum of RGB (Red+Green+Blue) = 190+0+110=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE006E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE006E is #41FF91. Grayscale: #454545. Windows color (decimal): -4325266 or 7209150. OLE color: 7209150.

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

Color convert

RGB 190 0 110 -
CMYK 0 1 0.42 0.25
HSL 325.26º 1% 0.37% -
HSV(B) 325.26º 1% 0.75% -
XYZ 24.05 12.07 15.81 -
YUV 69.35 150.95 214.06 -
System Red Green Blue C M Y K H S L
Decimal 190 0 110 0 1 0.42 0.25 325.26 1 0.37
Hex BE 0 6E 0 64 2A 19 145 64 25
Octal 276 0 156 0 144 52 31 505 144 45
Binary 10111110 0 1101110 0 1100100 101010 11001 101000101 1100100 100101

Color Harmonies of #BE006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE006E

Black with #BE006E

Text Example


Text Example

White with #BE006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE006E; }

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

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

background-color css

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

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

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

border-color css

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

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

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