Html Css Color HEX #BE8469 Burning Sand

📋 copy color: '#BE8469'

red 190 ◦ green 132 ◦ blue 105

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

Shades of Burning Sand #BE8469

Tints of Burning Sand #BE8469

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.91%

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

R = 44.5%
G = 30.91%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE8469 (or 0xBE8469) is known color: Burning Sand. HEX triplet: BE, 84 and 69. RGB value is (190,132,105). Sum of RGB (Red+Green+Blue) = 190+132+105=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8469 is #417B96. Grayscale: #929292. Windows color (decimal): -4291479 or 6915262. OLE color: 6915262.

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

Color convert

RGB 190 132 105 -
CMYK 0 0.31 0.45 0.25
HSL 19.06º 0.4% 0.58% -
HSV(B) 19.06º 0.45% 0.75% -
XYZ 32.04 28.47 17.17 -
YUV 146.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 190 132 105 0 0.31 0.45 0.25 19.06 0.4 0.58
Hex BE 84 69 0 1F 2D 19 13 28 3A
Octal 276 204 151 0 37 55 31 23 50 72
Binary 10111110 10000100 1101001 0 11111 101101 11001 10011 101000 111010

Color Harmonies of #BE8469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8469

Black with #BE8469

Text Example


Text Example

White with #BE8469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8469; }

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

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

background-color css

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

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

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

border-color css

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

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

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