Html Css Color HEX #BE7F60 Burning Sand

📋 copy color: '#BE7F60'

red 190 ◦ green 127 ◦ blue 96

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

Shades of Burning Sand #BE7F60

Tints of Burning Sand #BE7F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.24%

R = 46%
G = 30.75%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE7F60 (or 0xBE7F60) is known color: Burning Sand. HEX triplet: BE, 7F and 60. RGB value is (190,127,96). Sum of RGB (Red+Green+Blue) = 190+127+96=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7F60 is #41809F. Grayscale: #8E8E8E. Windows color (decimal): -4292768 or 6324158. OLE color: 6324158.

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

Color convert

RGB 190 127 96 -
CMYK 0 0.33 0.49 0.25
HSL 19.79º 0.42% 0.56% -
HSV(B) 19.79º 0.49% 0.75% -
XYZ 30.94 26.97 14.64 -
YUV 142.3 101.87 162.02 -
System Red Green Blue C M Y K H S L
Decimal 190 127 96 0 0.33 0.49 0.25 19.79 0.42 0.56
Hex BE 7F 60 0 21 31 19 14 2A 38
Octal 276 177 140 0 41 61 31 24 52 70
Binary 10111110 1111111 1100000 0 100001 110001 11001 10100 101010 111000

Color Harmonies of #BE7F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F60

Black with #BE7F60

Text Example


Text Example

White with #BE7F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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