Html Css Color HEX #BE8865 Burning Sand

📋 copy color: '#BE8865'

red 190 ◦ green 136 ◦ blue 101

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

Shades of Burning Sand #BE8865

Tints of Burning Sand #BE8865

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.85%

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

R = 44.5%
G = 31.85%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE8865 (or 0xBE8865) is known color: Burning Sand. HEX triplet: BE, 88 and 65. RGB value is (190,136,101). Sum of RGB (Red+Green+Blue) = 190+136+101=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8865 is #41779A. Grayscale: #949494. Windows color (decimal): -4290459 or 6654142. OLE color: 6654142.

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

Color convert

RGB 190 136 101 -
CMYK 0 0.28 0.47 0.25
HSL 23.6º 0.41% 0.57% -
HSV(B) 23.6º 0.47% 0.75% -
XYZ 32.39 29.5 16.3 -
YUV 148.16 101.39 157.85 -
System Red Green Blue C M Y K H S L
Decimal 190 136 101 0 0.28 0.47 0.25 23.6 0.41 0.57
Hex BE 88 65 0 1C 2F 19 18 29 39
Octal 276 210 145 0 34 57 31 30 51 71
Binary 10111110 10001000 1100101 0 11100 101111 11001 11000 101001 111001

Color Harmonies of #BE8865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8865

Black with #BE8865

Text Example


Text Example

White with #BE8865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8865; }

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

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

background-color css

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

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

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

border-color css

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

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

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