Html Css Color HEX #BE7468 Contessa

📋 copy color: '#BE7468'

red 190 ◦ green 116 ◦ blue 104

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

Shades of Contessa #BE7468

Tints of Contessa #BE7468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.37%

R = 46.34%
G = 28.29%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE7468 (or 0xBE7468) is known color: Contessa. HEX triplet: BE, 74 and 68. RGB value is (190,116,104). Sum of RGB (Red+Green+Blue) = 190+116+104=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7468 is #418B97. Grayscale: #888888. Windows color (decimal): -4295576 or 6845630. OLE color: 6845630.

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

Color convert

RGB 190 116 104 -
CMYK 0 0.39 0.45 0.25
HSL 8.37º 0.4% 0.58% -
HSV(B) 8.37º 0.45% 0.75% -
XYZ 29.98 24.44 16.23 -
YUV 136.76 109.52 165.98 -
System Red Green Blue C M Y K H S L
Decimal 190 116 104 0 0.39 0.45 0.25 8.37 0.4 0.58
Hex BE 74 68 0 27 2D 19 8 28 3A
Octal 276 164 150 0 47 55 31 10 50 72
Binary 10111110 1110100 1101000 0 100111 101101 11001 1000 101000 111010

Color Harmonies of #BE7468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7468

Black with #BE7468

Text Example


Text Example

White with #BE7468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7468; }

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

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

background-color css

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

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

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

border-color css

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

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

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