Html Css Color HEX #BD8068 Burning Sand

📋 copy color: '#BD8068'

red 189 ◦ green 128 ◦ blue 104

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

Shades of Burning Sand #BD8068

Tints of Burning Sand #BD8068

RGB

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

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

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

R = 44.89%
G = 30.4%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BD8068 (or 0xBD8068) is known color: Burning Sand. HEX triplet: BD, 80 and 68. RGB value is (189,128,104). Sum of RGB (Red+Green+Blue) = 189+128+104=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8068 is #427F97. Grayscale: #8F8F8F. Windows color (decimal): -4358040 or 6848701. OLE color: 6848701.

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

Color convert

RGB 189 128 104 -
CMYK 0 0.32 0.45 0.26
HSL 16.94º 0.39% 0.57% -
HSV(B) 16.94º 0.45% 0.74% -
XYZ 31.2 27.26 16.71 -
YUV 143.5 105.71 160.45 -
System Red Green Blue C M Y K H S L
Decimal 189 128 104 0 0.32 0.45 0.26 16.94 0.39 0.57
Hex BD 80 68 0 20 2D 1A 11 27 39
Octal 275 200 150 0 40 55 32 21 47 71
Binary 10111101 10000000 1101000 0 100000 101101 11010 10001 100111 111001

Color Harmonies of #BD8068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8068

Black with #BD8068

Text Example


Text Example

White with #BD8068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8068; }

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

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

background-color css

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

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

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

border-color css

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

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

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