Html Css Color HEX #BE7E65 Burning Sand

📋 copy color: '#BE7E65'

red 190 ◦ green 126 ◦ blue 101

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

Shades of Burning Sand #BE7E65

Tints of Burning Sand #BE7E65

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.22%

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

R = 45.56%
G = 30.22%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE7E65 (or 0xBE7E65) is known color: Burning Sand. HEX triplet: BE, 7E and 65. RGB value is (190,126,101). Sum of RGB (Red+Green+Blue) = 190+126+101=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7E65 is #41819A. Grayscale: #8E8E8E. Windows color (decimal): -4293019 or 6651582. OLE color: 6651582.

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

Color convert

RGB 190 126 101 -
CMYK 0 0.34 0.47 0.25
HSL 16.85º 0.41% 0.57% -
HSV(B) 16.85º 0.47% 0.75% -
XYZ 31.05 26.81 15.85 -
YUV 142.29 104.7 162.03 -
System Red Green Blue C M Y K H S L
Decimal 190 126 101 0 0.34 0.47 0.25 16.85 0.41 0.57
Hex BE 7E 65 0 22 2F 19 11 29 39
Octal 276 176 145 0 42 57 31 21 51 71
Binary 10111110 1111110 1100101 0 100010 101111 11001 10001 101001 111001

Color Harmonies of #BE7E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7E65

Black with #BE7E65

Text Example


Text Example

White with #BE7E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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