Html Css Color HEX #BD7F5D Burning Sand

📋 copy color: '#BD7F5D'

red 189 ◦ green 127 ◦ blue 93

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

Shades of Burning Sand #BD7F5D

Tints of Burning Sand #BD7F5D

RGB

 RED value IS 189 (74.22% from 255) = 46.21%

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

 BLUE value IS 93 (36.72% from 255) = 22.74%

R = 46.21%
G = 31.05%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD7F5D (or 0xBD7F5D) is known color: Burning Sand. HEX triplet: BD, 7F and 5D. RGB value is (189,127,93). Sum of RGB (Red+Green+Blue) = 189+127+93=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7F5D is #4280A2. Grayscale: #8D8D8D. Windows color (decimal): -4358307 or 6127549. OLE color: 6127549.

HSL color Cylindrical-coordinate representation of color #BD7F5D: hue angle of 21.25º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD7F5D is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 127 93 -
CMYK 0 0.33 0.51 0.26
HSL 21.25º 0.42% 0.55% -
HSV(B) 21.25º 0.51% 0.74% -
XYZ 30.55 26.79 13.92 -
YUV 141.66 100.54 161.76 -
System Red Green Blue C M Y K H S L
Decimal 189 127 93 0 0.33 0.51 0.26 21.25 0.42 0.55
Hex BD 7F 5D 0 21 33 1A 15 2A 37
Octal 275 177 135 0 41 63 32 25 52 67
Binary 10111101 1111111 1011101 0 100001 110011 11010 10101 101010 110111

Color Harmonies of #BD7F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7F5D

Black with #BD7F5D

Text Example


Text Example

White with #BD7F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7F5D; }

 p { color: rgb(189,127,93); }

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

background-color css

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

 a { background-color: rgb(189,127,93); }

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

border-color css

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

 span { border-color: rgb(189,127,93); }

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