Html Css Color HEX #BD8663 Burning Sand

📋 copy color: '#BD8663'

red 189 ◦ green 134 ◦ blue 99

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

Shades of Burning Sand #BD8663

Tints of Burning Sand #BD8663

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.75%

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

R = 44.79%
G = 31.75%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BD8663 (or 0xBD8663) is known color: Burning Sand. HEX triplet: BD, 86 and 63. RGB value is (189,134,99). Sum of RGB (Red+Green+Blue) = 189+134+99=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 99 (39.06% from 255 or 23.46% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8663 is #42799C. Grayscale: #929292. Windows color (decimal): -4356509 or 6522557. OLE color: 6522557.

HSL color Cylindrical-coordinate representation of color #BD8663: hue angle of 23.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 #BD8663 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 134 99 -
CMYK 0 0.29 0.48 0.26
HSL 23.33º 0.41% 0.56% -
HSV(B) 23.33º 0.48% 0.74% -
XYZ 31.76 28.77 15.68 -
YUV 146.46 101.22 158.35 -
System Red Green Blue C M Y K H S L
Decimal 189 134 99 0 0.29 0.48 0.26 23.33 0.41 0.56
Hex BD 86 63 0 1D 30 1A 17 29 38
Octal 275 206 143 0 35 60 32 27 51 70
Binary 10111101 10000110 1100011 0 11101 110000 11010 10111 101001 111000

Color Harmonies of #BD8663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8663

Black with #BD8663

Text Example


Text Example

White with #BD8663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8663; }

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

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

background-color css

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

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

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

border-color css

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

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

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