Html Css Color HEX #BE7F69 Burning Sand

📋 copy color: '#BE7F69'

red 190 ◦ green 127 ◦ blue 105

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

Shades of Burning Sand #BE7F69

Tints of Burning Sand #BE7F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.88%

R = 45.02%
G = 30.09%
B = 24.88%

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

#BE7F69 (or 0xBE7F69) is known color: Burning Sand. HEX triplet: BE, 7F and 69. RGB value is (190,127,105). Sum of RGB (Red+Green+Blue) = 190+127+105=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7F69 is #418096. Grayscale: #8F8F8F. Windows color (decimal): -4292759 or 6913982. OLE color: 6913982.

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

Color convert

RGB 190 127 105 -
CMYK 0 0.33 0.45 0.25
HSL 15.53º 0.4% 0.58% -
HSV(B) 15.53º 0.45% 0.75% -
XYZ 31.37 27.15 16.95 -
YUV 143.33 106.37 161.29 -
System Red Green Blue C M Y K H S L
Decimal 190 127 105 0 0.33 0.45 0.25 15.53 0.4 0.58
Hex BE 7F 69 0 21 2D 19 10 28 3A
Octal 276 177 151 0 41 55 31 20 50 72
Binary 10111110 1111111 1101001 0 100001 101101 11001 10000 101000 111010

Color Harmonies of #BE7F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F69

Black with #BE7F69

Text Example


Text Example

White with #BE7F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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