Html Css Color HEX #BD8063 Burning Sand

📋 copy color: '#BD8063'

red 189 ◦ green 128 ◦ blue 99

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

Shades of Burning Sand #BD8063

Tints of Burning Sand #BD8063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.8%

R = 45.43%
G = 30.77%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BD8063 (or 0xBD8063) is known color: Burning Sand. HEX triplet: BD, 80 and 63. RGB value is (189,128,99). Sum of RGB (Red+Green+Blue) = 189+128+99=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8063 is #427F9C. Grayscale: #8F8F8F. Windows color (decimal): -4358045 or 6521021. OLE color: 6521021.

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

Color convert

RGB 189 128 99 -
CMYK 0 0.32 0.48 0.26
HSL 19.33º 0.41% 0.56% -
HSV(B) 19.33º 0.48% 0.74% -
XYZ 30.96 27.16 15.41 -
YUV 142.93 103.21 160.86 -
System Red Green Blue C M Y K H S L
Decimal 189 128 99 0 0.32 0.48 0.26 19.33 0.41 0.56
Hex BD 80 63 0 20 30 1A 13 29 38
Octal 275 200 143 0 40 60 32 23 51 70
Binary 10111101 10000000 1100011 0 100000 110000 11010 10011 101001 111000

Color Harmonies of #BD8063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8063

Black with #BD8063

Text Example


Text Example

White with #BD8063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8063; }

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

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

background-color css

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

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

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

border-color css

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

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

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