Html Css Color HEX #BE0867 Jazzberry Jam

📋 copy color: '#BE0867'

red 190 ◦ green 8 ◦ blue 103

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

Shades of Jazzberry Jam #BE0867

Tints of Jazzberry Jam #BE0867

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.66%

 BLUE value IS 103 (40.63% from 255) = 34.22%

R = 63.12%
G = 2.66%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE0867 (or 0xBE0867) is known color: Jazzberry Jam. HEX triplet: BE, 08 and 67. RGB value is (190,8,103). Sum of RGB (Red+Green+Blue) = 190+8+103=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0867 is #41F798. Grayscale: #494949. Windows color (decimal): -4323225 or 6752446. OLE color: 6752446.

HSL color Cylindrical-coordinate representation of color #BE0867: hue angle of 328.68º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE0867 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 8 103 -
CMYK 0 0.96 0.46 0.25
HSL 328.68º 0.92% 0.39% -
HSV(B) 328.68º 0.96% 0.75% -
XYZ 23.77 12.1 13.91 -
YUV 73.25 144.8 211.28 -
System Red Green Blue C M Y K H S L
Decimal 190 8 103 0 0.96 0.46 0.25 328.68 0.92 0.39
Hex BE 8 67 0 60 2E 19 149 5C 27
Octal 276 10 147 0 140 56 31 511 134 47
Binary 10111110 1000 1100111 0 1100000 101110 11001 101001001 1011100 100111

Color Harmonies of #BE0867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0867

Black with #BE0867

Text Example


Text Example

White with #BE0867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0867; }

 p { color: rgb(190,8,103); }

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

background-color css

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

 a { background-color: rgb(190,8,103); }

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

border-color css

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

 span { border-color: rgb(190,8,103); }

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