Html Css Color HEX #BE7872 Contessa

📋 copy color: '#BE7872'

red 190 ◦ green 120 ◦ blue 114

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

Shades of Contessa #BE7872

Tints of Contessa #BE7872

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.3%

 BLUE value IS 114 (44.92% from 255) = 26.89%

R = 44.81%
G = 28.3%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE7872 (or 0xBE7872) is known color: Contessa. HEX triplet: BE, 78 and 72. RGB value is (190,120,114). Sum of RGB (Red+Green+Blue) = 190+120+114=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7872 is #41878D. Grayscale: #8C8C8C. Windows color (decimal): -4294542 or 7502014. OLE color: 7502014.

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

Color convert

RGB 190 120 114 -
CMYK 0 0.37 0.40 0.25
HSL 4.74º 0.37% 0.6% -
HSV(B) 4.74º 0.4% 0.75% -
XYZ 30.99 25.6 19.23 -
YUV 140.25 113.19 163.49 -
System Red Green Blue C M Y K H S L
Decimal 190 120 114 0 0.37 0.40 0.25 4.74 0.37 0.6
Hex BE 78 72 0 25 28 19 5 25 3C
Octal 276 170 162 0 45 50 31 5 45 74
Binary 10111110 1111000 1110010 0 100101 101000 11001 101 100101 111100

Color Harmonies of #BE7872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7872

Black with #BE7872

Text Example


Text Example

White with #BE7872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7872; }

 p { color: rgb(190,120,114); }

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

background-color css

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

 a { background-color: rgb(190,120,114); }

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

border-color css

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

 span { border-color: rgb(190,120,114); }

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