Html Css Color HEX #BE7F68 Burning Sand

📋 copy color: '#BE7F68'

red 190 ◦ green 127 ◦ blue 104

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

Shades of Burning Sand #BE7F68

Tints of Burning Sand #BE7F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.7%

R = 45.13%
G = 30.17%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE7F68 (or 0xBE7F68) is known color: Burning Sand. HEX triplet: BE, 7F and 68. RGB value is (190,127,104). Sum of RGB (Red+Green+Blue) = 190+127+104=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7F68 is #418097. Grayscale: #8F8F8F. Windows color (decimal): -4292760 or 6848446. OLE color: 6848446.

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

Color convert

RGB 190 127 104 -
CMYK 0 0.33 0.45 0.25
HSL 16.05º 0.4% 0.58% -
HSV(B) 16.05º 0.45% 0.75% -
XYZ 31.32 27.13 16.68 -
YUV 143.22 105.87 161.37 -
System Red Green Blue C M Y K H S L
Decimal 190 127 104 0 0.33 0.45 0.25 16.05 0.4 0.58
Hex BE 7F 68 0 21 2D 19 10 28 3A
Octal 276 177 150 0 41 55 31 20 50 72
Binary 10111110 1111111 1101000 0 100001 101101 11001 10000 101000 111010

Color Harmonies of #BE7F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F68

Black with #BE7F68

Text Example


Text Example

White with #BE7F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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