Html Css Color HEX #BE7268 Contessa

📋 copy color: '#BE7268'

red 190 ◦ green 114 ◦ blue 104

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

Shades of Contessa #BE7268

Tints of Contessa #BE7268

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.94%

 BLUE value IS 104 (41.02% from 255) = 25.49%

R = 46.57%
G = 27.94%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE7268 (or 0xBE7268) is known color: Contessa. HEX triplet: BE, 72 and 68. RGB value is (190,114,104). Sum of RGB (Red+Green+Blue) = 190+114+104=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7268 is #418D97. Grayscale: #878787. Windows color (decimal): -4296088 or 6845118. OLE color: 6845118.

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

Color convert

RGB 190 114 104 -
CMYK 0 0.40 0.45 0.25
HSL 6.98º 0.4% 0.58% -
HSV(B) 6.98º 0.45% 0.75% -
XYZ 29.75 23.98 16.16 -
YUV 135.58 110.18 166.81 -
System Red Green Blue C M Y K H S L
Decimal 190 114 104 0 0.40 0.45 0.25 6.98 0.4 0.58
Hex BE 72 68 0 28 2D 19 7 28 3A
Octal 276 162 150 0 50 55 31 7 50 72
Binary 10111110 1110010 1101000 0 101000 101101 11001 111 101000 111010

Color Harmonies of #BE7268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7268

Black with #BE7268

Text Example


Text Example

White with #BE7268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7268; }

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

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

background-color css

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

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

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

border-color css

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

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

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