Html Css Color HEX #BE6B6A Contessa

📋 copy color: '#BE6B6A'

red 190 ◦ green 107 ◦ blue 106

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

Shades of Contessa #BE6B6A

Tints of Contessa #BE6B6A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.55%

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

R = 47.15%
G = 26.55%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE6B6A (or 0xBE6B6A) is known color: Contessa. HEX triplet: BE, 6B and 6A. RGB value is (190,107,106). Sum of RGB (Red+Green+Blue) = 190+107+106=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6B6A is #419495. Grayscale: #838383. Windows color (decimal): -4297878 or 6974398. OLE color: 6974398.

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

Color convert

RGB 190 107 106 -
CMYK 0 0.44 0.44 0.25
HSL 0.71º 0.39% 0.58% -
HSV(B) 0.71º 0.44% 0.75% -
XYZ 29.09 22.5 16.45 -
YUV 131.7 113.5 169.58 -
System Red Green Blue C M Y K H S L
Decimal 190 107 106 0 0.44 0.44 0.25 0.71 0.39 0.58
Hex BE 6B 6A 0 2C 2C 19 1 27 3A
Octal 276 153 152 0 54 54 31 1 47 72
Binary 10111110 1101011 1101010 0 101100 101100 11001 1 100111 111010

Color Harmonies of #BE6B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6B6A

Black with #BE6B6A

Text Example


Text Example

White with #BE6B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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