Html Css Color HEX #BE6967 Contessa

📋 copy color: '#BE6967'

red 190 ◦ green 105 ◦ blue 103

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

Shades of Contessa #BE6967

Tints of Contessa #BE6967

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.38%

 BLUE value IS 103 (40.63% from 255) = 25.88%

R = 47.74%
G = 26.38%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE6967 (or 0xBE6967) is known color: Contessa. HEX triplet: BE, 69 and 67. RGB value is (190,105,103). Sum of RGB (Red+Green+Blue) = 190+105+103=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 103 (40.62% from 255 or 25.88% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6967 is #419698. Grayscale: #828282. Windows color (decimal): -4298393 or 6777278. OLE color: 6777278.

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

Color convert

RGB 190 105 103 -
CMYK 0 0.45 0.46 0.25
HSL 1.38º 0.4% 0.57% -
HSV(B) 1.38º 0.46% 0.75% -
XYZ 28.73 22.03 15.57 -
YUV 130.19 112.66 170.66 -
System Red Green Blue C M Y K H S L
Decimal 190 105 103 0 0.45 0.46 0.25 1.38 0.4 0.57
Hex BE 69 67 0 2D 2E 19 1 28 39
Octal 276 151 147 0 55 56 31 1 50 71
Binary 10111110 1101001 1100111 0 101101 101110 11001 1 101000 111001

Color Harmonies of #BE6967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6967

Black with #BE6967

Text Example


Text Example

White with #BE6967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6967; }

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

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

background-color css

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

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

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

border-color css

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

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

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