Html Css Color HEX #BD8769 Burning Sand

📋 copy color: '#BD8769'

red 189 ◦ green 135 ◦ blue 105

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

Shades of Burning Sand #BD8769

Tints of Burning Sand #BD8769

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.47%

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

R = 44.06%
G = 31.47%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD8769 (or 0xBD8769) is known color: Burning Sand. HEX triplet: BD, 87 and 69. RGB value is (189,135,105). Sum of RGB (Red+Green+Blue) = 189+135+105=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8769 is #427896. Grayscale: #939393. Windows color (decimal): -4356247 or 6916029. OLE color: 6916029.

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

Color convert

RGB 189 135 105 -
CMYK 0 0.29 0.44 0.26
HSL 21.43º 0.39% 0.58% -
HSV(B) 21.43º 0.44% 0.74% -
XYZ 32.2 29.17 17.3 -
YUV 147.73 103.89 157.44 -
System Red Green Blue C M Y K H S L
Decimal 189 135 105 0 0.29 0.44 0.26 21.43 0.39 0.58
Hex BD 87 69 0 1D 2C 1A 15 27 3A
Octal 275 207 151 0 35 54 32 25 47 72
Binary 10111101 10000111 1101001 0 11101 101100 11010 10101 100111 111010

Color Harmonies of #BD8769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8769

Black with #BD8769

Text Example


Text Example

White with #BD8769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8769; }

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

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

background-color css

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

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

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

border-color css

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

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

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