Html Css Color HEX #BE7F5C Burning Sand

📋 copy color: '#BE7F5C'

red 190 ◦ green 127 ◦ blue 92

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

Shades of Burning Sand #BE7F5C

Tints of Burning Sand #BE7F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.49%

R = 46.45%
G = 31.05%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE7F5C (or 0xBE7F5C) is known color: Burning Sand. HEX triplet: BE, 7F and 5C. RGB value is (190,127,92). Sum of RGB (Red+Green+Blue) = 190+127+92=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7F5C is #4180A3. Grayscale: #8E8E8E. Windows color (decimal): -4292772 or 6062014. OLE color: 6062014.

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

Color convert

RGB 190 127 92 -
CMYK 0 0.33 0.52 0.25
HSL 21.43º 0.43% 0.55% -
HSV(B) 21.43º 0.52% 0.75% -
XYZ 30.76 26.9 13.7 -
YUV 141.85 99.87 162.35 -
System Red Green Blue C M Y K H S L
Decimal 190 127 92 0 0.33 0.52 0.25 21.43 0.43 0.55
Hex BE 7F 5C 0 21 34 19 15 2B 37
Octal 276 177 134 0 41 64 31 25 53 67
Binary 10111110 1111111 1011100 0 100001 110100 11001 10101 101011 110111

Color Harmonies of #BE7F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F5C

Black with #BE7F5C

Text Example


Text Example

White with #BE7F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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