Html Css Color HEX #BD805F Burning Sand

📋 copy color: '#BD805F'

red 189 ◦ green 128 ◦ blue 95

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

Shades of Burning Sand #BD805F

Tints of Burning Sand #BD805F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.07%

 BLUE value IS 95 (37.5% from 255) = 23.06%

R = 45.87%
G = 31.07%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD805F (or 0xBD805F) is known color: Burning Sand. HEX triplet: BD, 80 and 5F. RGB value is (189,128,95). Sum of RGB (Red+Green+Blue) = 189+128+95=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD805F is #427FA0. Grayscale: #8E8E8E. Windows color (decimal): -4358049 or 6258877. OLE color: 6258877.

HSL color Cylindrical-coordinate representation of color #BD805F: hue angle of 21.06º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD805F is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 128 95 -
CMYK 0 0.32 0.50 0.26
HSL 21.06º 0.42% 0.56% -
HSV(B) 21.06º 0.5% 0.74% -
XYZ 30.77 27.08 14.43 -
YUV 142.48 101.21 161.18 -
System Red Green Blue C M Y K H S L
Decimal 189 128 95 0 0.32 0.50 0.26 21.06 0.42 0.56
Hex BD 80 5F 0 20 32 1A 15 2A 38
Octal 275 200 137 0 40 62 32 25 52 70
Binary 10111101 10000000 1011111 0 100000 110010 11010 10101 101010 111000

Color Harmonies of #BD805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD805F

Black with #BD805F

Text Example


Text Example

White with #BD805F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD805F; }

 p { color: rgb(189,128,95); }

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

background-color css

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

 a { background-color: rgb(189,128,95); }

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

border-color css

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

 span { border-color: rgb(189,128,95); }

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