Html Css Color HEX #BE7F66 Burning Sand

📋 copy color: '#BE7F66'

red 190 ◦ green 127 ◦ blue 102

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

Shades of Burning Sand #BE7F66

Tints of Burning Sand #BE7F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.34%

R = 45.35%
G = 30.31%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE7F66 (or 0xBE7F66) is known color: Burning Sand. HEX triplet: BE, 7F and 66. RGB value is (190,127,102). Sum of RGB (Red+Green+Blue) = 190+127+102=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7F66 is #418099. Grayscale: #8F8F8F. Windows color (decimal): -4292762 or 6717374. OLE color: 6717374.

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

Color convert

RGB 190 127 102 -
CMYK 0 0.33 0.46 0.25
HSL 17.05º 0.4% 0.57% -
HSV(B) 17.05º 0.46% 0.75% -
XYZ 31.22 27.09 16.15 -
YUV 142.99 104.87 161.53 -
System Red Green Blue C M Y K H S L
Decimal 190 127 102 0 0.33 0.46 0.25 17.05 0.4 0.57
Hex BE 7F 66 0 21 2E 19 11 28 39
Octal 276 177 146 0 41 56 31 21 50 71
Binary 10111110 1111111 1100110 0 100001 101110 11001 10001 101000 111001

Color Harmonies of #BE7F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F66

Black with #BE7F66

Text Example


Text Example

White with #BE7F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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