Html Css Color HEX #BE005F Jazzberry Jam

📋 copy color: '#BE005F'

red 190 ◦ green 0 ◦ blue 95

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

Shades of Jazzberry Jam #BE005F

Tints of Jazzberry Jam #BE005F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.33%

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.5

 K value IS 0.25

RGB Variations

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

Color information

#BE005F (or 0xBE005F) is known color: Jazzberry Jam. HEX triplet: BE, 00 and 5F. RGB value is (190,0,95). Sum of RGB (Red+Green+Blue) = 190+0+95=285 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.67% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 190 - color contains mainly: red. Hex color #BE005F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE005F is #41FFA0. Grayscale: #434343. Windows color (decimal): -4325281 or 6226110. OLE color: 6226110.

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

Color convert

RGB 190 0 95 -
CMYK 0 1 0.5 0.25
HSL 330º 1% 0.37% -
HSV(B) 330º 1% 0.75% -
XYZ 23.3 11.77 11.87 -
YUV 67.64 143.45 215.28 -
System Red Green Blue C M Y K H S L
Decimal 190 0 95 0 1 0.5 0.25 330 1 0.37
Hex BE 0 5F 0 64 32 19 14A 64 25
Octal 276 0 137 0 144 62 31 512 144 45
Binary 10111110 0 1011111 0 1100100 110010 11001 101001010 1100100 100101

Color Harmonies of #BE005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE005F

Black with #BE005F

Text Example


Text Example

White with #BE005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE005F; }

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

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

background-color css

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

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

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

border-color css

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

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

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