Html Css Color HEX #BD8968 Burning Sand

📋 copy color: '#BD8968'

red 189 ◦ green 137 ◦ blue 104

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

Shades of Burning Sand #BD8968

Tints of Burning Sand #BD8968

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.86%

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

R = 43.95%
G = 31.86%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BD8968 (or 0xBD8968) is known color: Burning Sand. HEX triplet: BD, 89 and 68. RGB value is (189,137,104). Sum of RGB (Red+Green+Blue) = 189+137+104=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8968 is #427697. Grayscale: #949494. Windows color (decimal): -4355736 or 6851005. OLE color: 6851005.

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

Color convert

RGB 189 137 104 -
CMYK 0 0.28 0.45 0.26
HSL 23.29º 0.39% 0.57% -
HSV(B) 23.29º 0.45% 0.74% -
XYZ 32.43 29.71 17.12 -
YUV 148.79 102.73 156.68 -
System Red Green Blue C M Y K H S L
Decimal 189 137 104 0 0.28 0.45 0.26 23.29 0.39 0.57
Hex BD 89 68 0 1C 2D 1A 17 27 39
Octal 275 211 150 0 34 55 32 27 47 71
Binary 10111101 10001001 1101000 0 11100 101101 11010 10111 100111 111001

Color Harmonies of #BD8968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8968

Black with #BD8968

Text Example


Text Example

White with #BD8968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8968; }

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

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

background-color css

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

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

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

border-color css

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

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

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