Html Css Color HEX #BD8360 Burning Sand

📋 copy color: '#BD8360'

red 189 ◦ green 131 ◦ blue 96

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

Shades of Burning Sand #BD8360

Tints of Burning Sand #BD8360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.08%

R = 45.43%
G = 31.49%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BD8360 (or 0xBD8360) is known color: Burning Sand. HEX triplet: BD, 83 and 60. RGB value is (189,131,96). Sum of RGB (Red+Green+Blue) = 189+131+96=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8360 is #427C9F. Grayscale: #909090. Windows color (decimal): -4357280 or 6325181. OLE color: 6325181.

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

Color convert

RGB 189 131 96 -
CMYK 0 0.31 0.49 0.26
HSL 22.58º 0.41% 0.56% -
HSV(B) 22.58º 0.49% 0.74% -
XYZ 31.21 27.9 14.81 -
YUV 144.35 100.72 159.85 -
System Red Green Blue C M Y K H S L
Decimal 189 131 96 0 0.31 0.49 0.26 22.58 0.41 0.56
Hex BD 83 60 0 1F 31 1A 17 29 38
Octal 275 203 140 0 37 61 32 27 51 70
Binary 10111101 10000011 1100000 0 11111 110001 11010 10111 101001 111000

Color Harmonies of #BD8360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8360

Black with #BD8360

Text Example


Text Example

White with #BD8360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8360; }

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

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

background-color css

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

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

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

border-color css

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

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

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