Html Css Color HEX #BD8868 Burning Sand

📋 copy color: '#BD8868'

red 189 ◦ green 136 ◦ blue 104

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

Shades of Burning Sand #BD8868

Tints of Burning Sand #BD8868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.7%

 BLUE value IS 104 (41.02% from 255) = 24.24%

R = 44.06%
G = 31.7%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BD8868 (or 0xBD8868) is known color: Burning Sand. HEX triplet: BD, 88 and 68. RGB value is (189,136,104). Sum of RGB (Red+Green+Blue) = 189+136+104=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8868 is #427797. Grayscale: #949494. Windows color (decimal): -4355992 or 6850749. OLE color: 6850749.

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

Color convert

RGB 189 136 104 -
CMYK 0 0.28 0.45 0.26
HSL 22.59º 0.39% 0.57% -
HSV(B) 22.59º 0.45% 0.74% -
XYZ 32.29 29.43 17.07 -
YUV 148.2 103.06 157.1 -
System Red Green Blue C M Y K H S L
Decimal 189 136 104 0 0.28 0.45 0.26 22.59 0.39 0.57
Hex BD 88 68 0 1C 2D 1A 17 27 39
Octal 275 210 150 0 34 55 32 27 47 71
Binary 10111101 10001000 1101000 0 11100 101101 11010 10111 100111 111001

Color Harmonies of #BD8868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8868

Black with #BD8868

Text Example


Text Example

White with #BD8868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8868; }

 p { color: rgb(189,136,104); }

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

background-color css

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

 a { background-color: rgb(189,136,104); }

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

border-color css

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

 span { border-color: rgb(189,136,104); }

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