Html Css Color HEX #BE746B Contessa

📋 copy color: '#BE746B'

red 190 ◦ green 116 ◦ blue 107

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

Shades of Contessa #BE746B

Tints of Contessa #BE746B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.09%

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

R = 46%
G = 28.09%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE746B (or 0xBE746B) is known color: Contessa. HEX triplet: BE, 74 and 6B. RGB value is (190,116,107). Sum of RGB (Red+Green+Blue) = 190+116+107=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE746B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE746B is #418B94. Grayscale: #898989. Windows color (decimal): -4295573 or 7042238. OLE color: 7042238.

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

Color convert

RGB 190 116 107 -
CMYK 0 0.39 0.44 0.25
HSL 6.51º 0.39% 0.58% -
HSV(B) 6.51º 0.44% 0.75% -
XYZ 30.13 24.5 17.05 -
YUV 137.1 111.02 165.73 -
System Red Green Blue C M Y K H S L
Decimal 190 116 107 0 0.39 0.44 0.25 6.51 0.39 0.58
Hex BE 74 6B 0 27 2C 19 7 27 3A
Octal 276 164 153 0 47 54 31 7 47 72
Binary 10111110 1110100 1101011 0 100111 101100 11001 111 100111 111010

Color Harmonies of #BE746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE746B

Black with #BE746B

Text Example


Text Example

White with #BE746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE746B; }

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

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

background-color css

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

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

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

border-color css

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

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

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