Html Css Color HEX #BD8364 Burning Sand

📋 copy color: '#BD8364'

red 189 ◦ green 131 ◦ blue 100

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

Shades of Burning Sand #BD8364

Tints of Burning Sand #BD8364

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.19%

 BLUE value IS 100 (39.45% from 255) = 23.81%

R = 45%
G = 31.19%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BD8364 (or 0xBD8364) is known color: Burning Sand. HEX triplet: BD, 83 and 64. RGB value is (189,131,100). Sum of RGB (Red+Green+Blue) = 189+131+100=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8364 is #427C9B. Grayscale: #909090. Windows color (decimal): -4357276 or 6587325. OLE color: 6587325.

HSL color Cylindrical-coordinate representation of color #BD8364: hue angle of 20.9º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD8364 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 131 100 -
CMYK 0 0.31 0.47 0.26
HSL 20.9º 0.4% 0.57% -
HSV(B) 20.9º 0.47% 0.74% -
XYZ 31.4 27.97 15.8 -
YUV 144.81 102.72 159.52 -
System Red Green Blue C M Y K H S L
Decimal 189 131 100 0 0.31 0.47 0.26 20.9 0.4 0.57
Hex BD 83 64 0 1F 2F 1A 15 28 39
Octal 275 203 144 0 37 57 32 25 50 71
Binary 10111101 10000011 1100100 0 11111 101111 11010 10101 101000 111001

Color Harmonies of #BD8364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8364

Black with #BD8364

Text Example


Text Example

White with #BD8364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8364; }

 p { color: rgb(189,131,100); }

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

background-color css

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

 a { background-color: rgb(189,131,100); }

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

border-color css

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

 span { border-color: rgb(189,131,100); }

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