Html Css Color HEX #BD8568 Burning Sand

📋 copy color: '#BD8568'

red 189 ◦ green 133 ◦ blue 104

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

Shades of Burning Sand #BD8568

Tints of Burning Sand #BD8568

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.22%

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

R = 44.37%
G = 31.22%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BD8568 (or 0xBD8568) is known color: Burning Sand. HEX triplet: BD, 85 and 68. RGB value is (189,133,104). Sum of RGB (Red+Green+Blue) = 189+133+104=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8568 is #427A97. Grayscale: #929292. Windows color (decimal): -4356760 or 6849981. OLE color: 6849981.

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

Color convert

RGB 189 133 104 -
CMYK 0 0.30 0.45 0.26
HSL 20.47º 0.39% 0.57% -
HSV(B) 20.47º 0.45% 0.74% -
XYZ 31.87 28.59 16.94 -
YUV 146.44 104.05 158.36 -
System Red Green Blue C M Y K H S L
Decimal 189 133 104 0 0.30 0.45 0.26 20.47 0.39 0.57
Hex BD 85 68 0 1E 2D 1A 14 27 39
Octal 275 205 150 0 36 55 32 24 47 71
Binary 10111101 10000101 1101000 0 11110 101101 11010 10100 100111 111001

Color Harmonies of #BD8568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8568

Black with #BD8568

Text Example


Text Example

White with #BD8568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8568; }

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

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

background-color css

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

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

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

border-color css

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

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

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