Html Css Color HEX #BE8665 Burning Sand

📋 copy color: '#BE8665'

red 190 ◦ green 134 ◦ blue 101

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

Shades of Burning Sand #BE8665

Tints of Burning Sand #BE8665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.53%

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

R = 44.71%
G = 31.53%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE8665 (or 0xBE8665) is known color: Burning Sand. HEX triplet: BE, 86 and 65. RGB value is (190,134,101). Sum of RGB (Red+Green+Blue) = 190+134+101=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8665 is #41799A. Grayscale: #939393. Windows color (decimal): -4290971 or 6653630. OLE color: 6653630.

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

Color convert

RGB 190 134 101 -
CMYK 0 0.29 0.47 0.25
HSL 22.25º 0.41% 0.57% -
HSV(B) 22.25º 0.47% 0.75% -
XYZ 32.11 28.94 16.2 -
YUV 146.98 102.05 158.68 -
System Red Green Blue C M Y K H S L
Decimal 190 134 101 0 0.29 0.47 0.25 22.25 0.41 0.57
Hex BE 86 65 0 1D 2F 19 16 29 39
Octal 276 206 145 0 35 57 31 26 51 71
Binary 10111110 10000110 1100101 0 11101 101111 11001 10110 101001 111001

Color Harmonies of #BE8665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8665

Black with #BE8665

Text Example


Text Example

White with #BE8665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8665; }

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

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

background-color css

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

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

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

border-color css

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

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

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