Html Css Color HEX #BD8665 Burning Sand

📋 copy color: '#BD8665'

red 189 ◦ green 134 ◦ blue 101

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

Shades of Burning Sand #BD8665

Tints of Burning Sand #BD8665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.6%

 BLUE value IS 101 (39.84% from 255) = 23.82%

R = 44.58%
G = 31.6%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BD8665 (or 0xBD8665) is known color: Burning Sand. HEX triplet: BD, 86 and 65. RGB value is (189,134,101). Sum of RGB (Red+Green+Blue) = 189+134+101=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8665 is #42799A. Grayscale: #929292. Windows color (decimal): -4356507 or 6653629. OLE color: 6653629.

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

Color convert

RGB 189 134 101 -
CMYK 0 0.29 0.47 0.26
HSL 22.5º 0.4% 0.57% -
HSV(B) 22.5º 0.47% 0.74% -
XYZ 31.86 28.81 16.19 -
YUV 146.68 102.22 158.18 -
System Red Green Blue C M Y K H S L
Decimal 189 134 101 0 0.29 0.47 0.26 22.5 0.4 0.57
Hex BD 86 65 0 1D 2F 1A 16 28 39
Octal 275 206 145 0 35 57 32 26 50 71
Binary 10111101 10000110 1100101 0 11101 101111 11010 10110 101000 111001

Color Harmonies of #BD8665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8665

Black with #BD8665

Text Example


Text Example

White with #BD8665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8665; }

 p { color: rgb(189,134,101); }

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

background-color css

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

 a { background-color: rgb(189,134,101); }

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

border-color css

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

 span { border-color: rgb(189,134,101); }

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