Html Css Color HEX #BD8565 Burning Sand

📋 copy color: '#BD8565'

red 189 ◦ green 133 ◦ blue 101

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

Shades of Burning Sand #BD8565

Tints of Burning Sand #BD8565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.44%

 BLUE value IS 101 (39.84% from 255) = 23.88%

R = 44.68%
G = 31.44%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BD8565 (or 0xBD8565) is known color: Burning Sand. HEX triplet: BD, 85 and 65. RGB value is (189,133,101). Sum of RGB (Red+Green+Blue) = 189+133+101=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8565 is #427A9A. Grayscale: #929292. Windows color (decimal): -4356763 or 6653373. OLE color: 6653373.

HSL color Cylindrical-coordinate representation of color #BD8565: hue angle of 21.82º 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 #BD8565 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 133 101 -
CMYK 0 0.30 0.47 0.26
HSL 21.82º 0.4% 0.57% -
HSV(B) 21.82º 0.47% 0.74% -
XYZ 31.72 28.53 16.15 -
YUV 146.1 102.55 158.6 -
System Red Green Blue C M Y K H S L
Decimal 189 133 101 0 0.30 0.47 0.26 21.82 0.4 0.57
Hex BD 85 65 0 1E 2F 1A 16 28 39
Octal 275 205 145 0 36 57 32 26 50 71
Binary 10111101 10000101 1100101 0 11110 101111 11010 10110 101000 111001

Color Harmonies of #BD8565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8565

Black with #BD8565

Text Example


Text Example

White with #BD8565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8565; }

 p { color: rgb(189,133,101); }

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

background-color css

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

 a { background-color: rgb(189,133,101); }

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

border-color css

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

 span { border-color: rgb(189,133,101); }

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