Html Css Color HEX #BE086C Jazzberry Jam

📋 copy color: '#BE086C'

red 190 ◦ green 8 ◦ blue 108

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

Shades of Jazzberry Jam #BE086C

Tints of Jazzberry Jam #BE086C

RGB

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

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

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

R = 62.09%
G = 2.61%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE086C (or 0xBE086C) is known color: Jazzberry Jam. HEX triplet: BE, 08 and 6C. RGB value is (190,8,108). Sum of RGB (Red+Green+Blue) = 190+8+108=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE086C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE086C is #41F793. Grayscale: #494949. Windows color (decimal): -4323220 or 7080126. OLE color: 7080126.

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

Color convert

RGB 190 8 108 -
CMYK 0 0.96 0.43 0.25
HSL 327.03º 0.92% 0.39% -
HSV(B) 327.03º 0.96% 0.75% -
XYZ 24.03 12.2 15.28 -
YUV 73.82 147.3 210.87 -
System Red Green Blue C M Y K H S L
Decimal 190 8 108 0 0.96 0.43 0.25 327.03 0.92 0.39
Hex BE 8 6C 0 60 2B 19 147 5C 27
Octal 276 10 154 0 140 53 31 507 134 47
Binary 10111110 1000 1101100 0 1100000 101011 11001 101000111 1011100 100111

Color Harmonies of #BE086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE086C

Black with #BE086C

Text Example


Text Example

White with #BE086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE086C; }

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

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

background-color css

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

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

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

border-color css

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

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

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