Html Css Color HEX #BE7369 Contessa

📋 copy color: '#BE7369'

red 190 ◦ green 115 ◦ blue 105

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

Shades of Contessa #BE7369

Tints of Contessa #BE7369

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.05%

 BLUE value IS 105 (41.41% from 255) = 25.61%

R = 46.34%
G = 28.05%
B = 25.61%

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

#BE7369 (or 0xBE7369) is known color: Contessa. HEX triplet: BE, 73 and 69. RGB value is (190,115,105). Sum of RGB (Red+Green+Blue) = 190+115+105=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7369 is #418C96. Grayscale: #888888. Windows color (decimal): -4295831 or 6910910. OLE color: 6910910.

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

Color convert

RGB 190 115 105 -
CMYK 0 0.39 0.45 0.25
HSL 7.06º 0.4% 0.58% -
HSV(B) 7.06º 0.45% 0.75% -
XYZ 29.92 24.23 16.46 -
YUV 136.29 110.35 166.31 -
System Red Green Blue C M Y K H S L
Decimal 190 115 105 0 0.39 0.45 0.25 7.06 0.4 0.58
Hex BE 73 69 0 27 2D 19 7 28 3A
Octal 276 163 151 0 47 55 31 7 50 72
Binary 10111110 1110011 1101001 0 100111 101101 11001 111 101000 111010

Color Harmonies of #BE7369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7369

Black with #BE7369

Text Example


Text Example

White with #BE7369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7369; }

 p { color: rgb(190,115,105); }

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

background-color css

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

 a { background-color: rgb(190,115,105); }

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

border-color css

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

 span { border-color: rgb(190,115,105); }

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