Html Css Color HEX #BE005B Jazzberry Jam

📋 copy color: '#BE005B'

red 190 ◦ green 0 ◦ blue 91

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

Shades of Jazzberry Jam #BE005B

Tints of Jazzberry Jam #BE005B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.38%

R = 67.62%
G = 0%
B = 32.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE005B (or 0xBE005B) is known color: Jazzberry Jam. HEX triplet: BE, 00 and 5B. RGB value is (190,0,91). Sum of RGB (Red+Green+Blue) = 190+0+91=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE005B is #41FFA4. Grayscale: #434343. Windows color (decimal): -4325285 or 5963966. OLE color: 5963966.

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

Color convert

RGB 190 0 91 -
CMYK 0 1 0.52 0.25
HSL 331.26º 1% 0.37% -
HSV(B) 331.26º 1% 0.75% -
XYZ 23.12 11.7 10.94 -
YUV 67.18 141.45 215.6 -
System Red Green Blue C M Y K H S L
Decimal 190 0 91 0 1 0.52 0.25 331.26 1 0.37
Hex BE 0 5B 0 64 34 19 14B 64 25
Octal 276 0 133 0 144 64 31 513 144 45
Binary 10111110 0 1011011 0 1100100 110100 11001 101001011 1100100 100101

Color Harmonies of #BE005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE005B

Black with #BE005B

Text Example


Text Example

White with #BE005B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE005B; }

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

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

background-color css

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

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

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

border-color css

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

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

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