Html Css Color HEX #BD8066 Burning Sand

📋 copy color: '#BD8066'

red 189 ◦ green 128 ◦ blue 102

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

Shades of Burning Sand #BD8066

Tints of Burning Sand #BD8066

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.55%

 BLUE value IS 102 (40.23% from 255) = 24.34%

R = 45.11%
G = 30.55%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD8066 (or 0xBD8066) is known color: Burning Sand. HEX triplet: BD, 80 and 66. RGB value is (189,128,102). Sum of RGB (Red+Green+Blue) = 189+128+102=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8066 is #427F99. Grayscale: #8F8F8F. Windows color (decimal): -4358042 or 6717629. OLE color: 6717629.

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

Color convert

RGB 189 128 102 -
CMYK 0 0.32 0.46 0.26
HSL 17.93º 0.4% 0.57% -
HSV(B) 17.93º 0.46% 0.74% -
XYZ 31.1 27.22 16.18 -
YUV 143.28 104.71 160.61 -
System Red Green Blue C M Y K H S L
Decimal 189 128 102 0 0.32 0.46 0.26 17.93 0.4 0.57
Hex BD 80 66 0 20 2E 1A 12 28 39
Octal 275 200 146 0 40 56 32 22 50 71
Binary 10111101 10000000 1100110 0 100000 101110 11010 10010 101000 111001

Color Harmonies of #BD8066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8066

Black with #BD8066

Text Example


Text Example

White with #BD8066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8066; }

 p { color: rgb(189,128,102); }

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

background-color css

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

 a { background-color: rgb(189,128,102); }

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

border-color css

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

 span { border-color: rgb(189,128,102); }

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