Html Css Color HEX #BE746A Contessa

📋 copy color: '#BE746A'

red 190 ◦ green 116 ◦ blue 106

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

Shades of Contessa #BE746A

Tints of Contessa #BE746A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.73%

R = 46.12%
G = 28.16%
B = 25.73%

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

#BE746A (or 0xBE746A) is known color: Contessa. HEX triplet: BE, 74 and 6A. RGB value is (190,116,106). Sum of RGB (Red+Green+Blue) = 190+116+106=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE746A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE746A is #418B95. Grayscale: #898989. Windows color (decimal): -4295574 or 6976702. OLE color: 6976702.

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

Color convert

RGB 190 116 106 -
CMYK 0 0.39 0.44 0.25
HSL 7.14º 0.39% 0.58% -
HSV(B) 7.14º 0.44% 0.75% -
XYZ 30.08 24.48 16.78 -
YUV 136.99 110.52 165.81 -
System Red Green Blue C M Y K H S L
Decimal 190 116 106 0 0.39 0.44 0.25 7.14 0.39 0.58
Hex BE 74 6A 0 27 2C 19 7 27 3A
Octal 276 164 152 0 47 54 31 7 47 72
Binary 10111110 1110100 1101010 0 100111 101100 11001 111 100111 111010

Color Harmonies of #BE746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE746A

Black with #BE746A

Text Example


Text Example

White with #BE746A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE746A; }

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

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

background-color css

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

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

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

border-color css

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

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

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