Html Css Color HEX #BE675E Contessa

📋 copy color: '#BE675E'

red 190 ◦ green 103 ◦ blue 94

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

Shades of Contessa #BE675E

Tints of Contessa #BE675E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.61%

 BLUE value IS 94 (37.11% from 255) = 24.29%

R = 49.1%
G = 26.61%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE675E (or 0xBE675E) is known color: Contessa. HEX triplet: BE, 67 and 5E. RGB value is (190,103,94). Sum of RGB (Red+Green+Blue) = 190+103+94=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE675E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE675E is #4198A1. Grayscale: #808080. Windows color (decimal): -4298914 or 6186942. OLE color: 6186942.

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

Color convert

RGB 190 103 94 -
CMYK 0 0.46 0.51 0.25
HSL 5.63º 0.42% 0.56% -
HSV(B) 5.63º 0.51% 0.75% -
XYZ 28.11 21.46 13.25 -
YUV 127.99 108.82 172.23 -
System Red Green Blue C M Y K H S L
Decimal 190 103 94 0 0.46 0.51 0.25 5.63 0.42 0.56
Hex BE 67 5E 0 2E 33 19 6 2A 38
Octal 276 147 136 0 56 63 31 6 52 70
Binary 10111110 1100111 1011110 0 101110 110011 11001 110 101010 111000

Color Harmonies of #BE675E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE675E

Black with #BE675E

Text Example


Text Example

White with #BE675E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE675E; }

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

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

background-color css

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

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

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

border-color css

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

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

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