Html Css Color HEX #BD8469 Burning Sand

📋 copy color: '#BD8469'

red 189 ◦ green 132 ◦ blue 105

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

Shades of Burning Sand #BD8469

Tints of Burning Sand #BD8469

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.99%

 BLUE value IS 105 (41.41% from 255) = 24.65%

R = 44.37%
G = 30.99%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD8469 (or 0xBD8469) is known color: Burning Sand. HEX triplet: BD, 84 and 69. RGB value is (189,132,105). Sum of RGB (Red+Green+Blue) = 189+132+105=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8469 is #427B96. Grayscale: #929292. Windows color (decimal): -4357015 or 6915261. OLE color: 6915261.

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

Color convert

RGB 189 132 105 -
CMYK 0 0.30 0.44 0.26
HSL 19.29º 0.39% 0.58% -
HSV(B) 19.29º 0.44% 0.74% -
XYZ 31.79 28.34 17.16 -
YUV 145.97 104.88 158.7 -
System Red Green Blue C M Y K H S L
Decimal 189 132 105 0 0.30 0.44 0.26 19.29 0.39 0.58
Hex BD 84 69 0 1E 2C 1A 13 27 3A
Octal 275 204 151 0 36 54 32 23 47 72
Binary 10111101 10000100 1101001 0 11110 101100 11010 10011 100111 111010

Color Harmonies of #BD8469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8469

Black with #BD8469

Text Example


Text Example

White with #BD8469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8469; }

 p { color: rgb(189,132,105); }

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

background-color css

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

 a { background-color: rgb(189,132,105); }

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

border-color css

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

 span { border-color: rgb(189,132,105); }

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