Html Css Color HEX #BE086B Jazzberry Jam

📋 copy color: '#BE086B'

red 190 ◦ green 8 ◦ blue 107

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

Shades of Jazzberry Jam #BE086B

Tints of Jazzberry Jam #BE086B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.08%

R = 62.3%
G = 2.62%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE086B (or 0xBE086B) is known color: Jazzberry Jam. HEX triplet: BE, 08 and 6B. RGB value is (190,8,107). Sum of RGB (Red+Green+Blue) = 190+8+107=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE086B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE086B is #41F794. Grayscale: #494949. Windows color (decimal): -4323221 or 7014590. OLE color: 7014590.

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

Color convert

RGB 190 8 107 -
CMYK 0 0.96 0.44 0.25
HSL 327.36º 0.92% 0.39% -
HSV(B) 327.36º 0.96% 0.75% -
XYZ 23.98 12.18 15 -
YUV 73.7 146.8 210.95 -
System Red Green Blue C M Y K H S L
Decimal 190 8 107 0 0.96 0.44 0.25 327.36 0.92 0.39
Hex BE 8 6B 0 60 2C 19 147 5C 27
Octal 276 10 153 0 140 54 31 507 134 47
Binary 10111110 1000 1101011 0 1100000 101100 11001 101000111 1011100 100111

Color Harmonies of #BE086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE086B

Black with #BE086B

Text Example


Text Example

White with #BE086B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE086B; }

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

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

background-color css

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

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

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

border-color css

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

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

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