Html Css Color HEX #BE035D Jazzberry Jam

📋 copy color: '#BE035D'

red 190 ◦ green 3 ◦ blue 93

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

Shades of Jazzberry Jam #BE035D

Tints of Jazzberry Jam #BE035D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 93 (36.72% from 255) = 32.52%

R = 66.43%
G = 1.05%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE035D (or 0xBE035D) is known color: Jazzberry Jam. HEX triplet: BE, 03 and 5D. RGB value is (190,3,93). Sum of RGB (Red+Green+Blue) = 190+3+93=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE035D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE035D is #41FCA2. Grayscale: #454545. Windows color (decimal): -4324515 or 6095806. OLE color: 6095806.

HSL color Cylindrical-coordinate representation of color #BE035D: hue angle of 331.12º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE035D is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 3 93 -
CMYK 0 0.98 0.51 0.25
HSL 331.12º 0.97% 0.38% -
HSV(B) 331.12º 0.98% 0.75% -
XYZ 23.24 11.8 11.41 -
YUV 69.17 141.45 214.18 -
System Red Green Blue C M Y K H S L
Decimal 190 3 93 0 0.98 0.51 0.25 331.12 0.97 0.38
Hex BE 3 5D 0 62 33 19 14B 61 26
Octal 276 3 135 0 142 63 31 513 141 46
Binary 10111110 11 1011101 0 1100010 110011 11001 101001011 1100001 100110

Color Harmonies of #BE035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE035D

Black with #BE035D

Text Example


Text Example

White with #BE035D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE035D; }

 p { color: rgb(190,3,93); }

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

background-color css

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

 a { background-color: rgb(190,3,93); }

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

border-color css

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

 span { border-color: rgb(190,3,93); }

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