Html Css Color HEX #BE8465 Burning Sand

📋 copy color: '#BE8465'

red 190 ◦ green 132 ◦ blue 101

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

Shades of Burning Sand #BE8465

Tints of Burning Sand #BE8465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.21%

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

R = 44.92%
G = 31.21%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE8465 (or 0xBE8465) is known color: Burning Sand. HEX triplet: BE, 84 and 65. RGB value is (190,132,101). Sum of RGB (Red+Green+Blue) = 190+132+101=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8465 is #417B9A. Grayscale: #919191. Windows color (decimal): -4291483 or 6653118. OLE color: 6653118.

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

Color convert

RGB 190 132 101 -
CMYK 0 0.31 0.47 0.25
HSL 20.9º 0.41% 0.57% -
HSV(B) 20.9º 0.47% 0.75% -
XYZ 31.84 28.39 16.11 -
YUV 145.81 102.72 159.52 -
System Red Green Blue C M Y K H S L
Decimal 190 132 101 0 0.31 0.47 0.25 20.9 0.41 0.57
Hex BE 84 65 0 1F 2F 19 15 29 39
Octal 276 204 145 0 37 57 31 25 51 71
Binary 10111110 10000100 1100101 0 11111 101111 11001 10101 101001 111001

Color Harmonies of #BE8465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8465

Black with #BE8465

Text Example


Text Example

White with #BE8465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8465; }

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

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

background-color css

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

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

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

border-color css

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

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

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