Html Css Color HEX #BE7F5D Burning Sand

📋 copy color: '#BE7F5D'

red 190 ◦ green 127 ◦ blue 93

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

Shades of Burning Sand #BE7F5D

Tints of Burning Sand #BE7F5D

RGB

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

 GREEN value IS 127 (50% from 255) = 30.98%

 BLUE value IS 93 (36.72% from 255) = 22.68%

R = 46.34%
G = 30.98%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE7F5D (or 0xBE7F5D) is known color: Burning Sand. HEX triplet: BE, 7F and 5D. RGB value is (190,127,93). Sum of RGB (Red+Green+Blue) = 190+127+93=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7F5D is #4180A2. Grayscale: #8E8E8E. Windows color (decimal): -4292771 or 6127550. OLE color: 6127550.

HSL color Cylindrical-coordinate representation of color #BE7F5D: hue angle of 21.03º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE7F5D is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 127 93 -
CMYK 0 0.33 0.51 0.25
HSL 21.03º 0.43% 0.55% -
HSV(B) 21.03º 0.51% 0.75% -
XYZ 30.8 26.92 13.93 -
YUV 141.96 100.37 162.26 -
System Red Green Blue C M Y K H S L
Decimal 190 127 93 0 0.33 0.51 0.25 21.03 0.43 0.55
Hex BE 7F 5D 0 21 33 19 15 2B 37
Octal 276 177 135 0 41 63 31 25 53 67
Binary 10111110 1111111 1011101 0 100001 110011 11001 10101 101011 110111

Color Harmonies of #BE7F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F5D

Black with #BE7F5D

Text Example


Text Example

White with #BE7F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F5D; }

 p { color: rgb(190,127,93); }

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

background-color css

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

 a { background-color: rgb(190,127,93); }

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

border-color css

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

 span { border-color: rgb(190,127,93); }

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