Html Css Color HEX #BE7C65 Burning Sand

📋 copy color: '#BE7C65'

red 190 ◦ green 124 ◦ blue 101

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

Shades of Burning Sand #BE7C65

Tints of Burning Sand #BE7C65

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.88%

 BLUE value IS 101 (39.84% from 255) = 24.34%

R = 45.78%
G = 29.88%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE7C65 (or 0xBE7C65) is known color: Burning Sand. HEX triplet: BE, 7C and 65. RGB value is (190,124,101). Sum of RGB (Red+Green+Blue) = 190+124+101=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7C65 is #41839A. Grayscale: #8D8D8D. Windows color (decimal): -4293531 or 6651070. OLE color: 6651070.

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

Color convert

RGB 190 124 101 -
CMYK 0 0.35 0.47 0.25
HSL 15.51º 0.41% 0.57% -
HSV(B) 15.51º 0.47% 0.75% -
XYZ 30.79 26.3 15.77 -
YUV 141.11 105.37 162.87 -
System Red Green Blue C M Y K H S L
Decimal 190 124 101 0 0.35 0.47 0.25 15.51 0.41 0.57
Hex BE 7C 65 0 23 2F 19 10 29 39
Octal 276 174 145 0 43 57 31 20 51 71
Binary 10111110 1111100 1100101 0 100011 101111 11001 10000 101001 111001

Color Harmonies of #BE7C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7C65

Black with #BE7C65

Text Example


Text Example

White with #BE7C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7C65; }

 p { color: rgb(190,124,101); }

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

background-color css

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

 a { background-color: rgb(190,124,101); }

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

border-color css

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

 span { border-color: rgb(190,124,101); }

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