Html Css Color HEX #BE6B5D Contessa

📋 copy color: '#BE6B5D'

red 190 ◦ green 107 ◦ blue 93

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

Shades of Contessa #BE6B5D

Tints of Contessa #BE6B5D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.44%

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

R = 48.72%
G = 27.44%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE6B5D (or 0xBE6B5D) is known color: Contessa. HEX triplet: BE, 6B and 5D. RGB value is (190,107,93). Sum of RGB (Red+Green+Blue) = 190+107+93=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6B5D is #4194A2. Grayscale: #828282. Windows color (decimal): -4297891 or 6122430. OLE color: 6122430.

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

Color convert

RGB 190 107 93 -
CMYK 0 0.44 0.51 0.25
HSL 8.66º 0.43% 0.55% -
HSV(B) 8.66º 0.51% 0.75% -
XYZ 28.47 22.25 13.15 -
YUV 130.22 107 170.64 -
System Red Green Blue C M Y K H S L
Decimal 190 107 93 0 0.44 0.51 0.25 8.66 0.43 0.55
Hex BE 6B 5D 0 2C 33 19 9 2B 37
Octal 276 153 135 0 54 63 31 11 53 67
Binary 10111110 1101011 1011101 0 101100 110011 11001 1001 101011 110111

Color Harmonies of #BE6B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6B5D

Black with #BE6B5D

Text Example


Text Example

White with #BE6B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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