Html Css Color HEX #BD815D Burning Sand

📋 copy color: '#BD815D'

red 189 ◦ green 129 ◦ blue 93

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

Shades of Burning Sand #BD815D

Tints of Burning Sand #BD815D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.39%

 BLUE value IS 93 (36.72% from 255) = 22.63%

R = 45.99%
G = 31.39%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD815D (or 0xBD815D) is known color: Burning Sand. HEX triplet: BD, 81 and 5D. RGB value is (189,129,93). Sum of RGB (Red+Green+Blue) = 189+129+93=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD815D is #427EA2. Grayscale: #8F8F8F. Windows color (decimal): -4357795 or 6128061. OLE color: 6128061.

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

Color convert

RGB 189 129 93 -
CMYK 0 0.32 0.51 0.26
HSL 22.5º 0.42% 0.55% -
HSV(B) 22.5º 0.51% 0.74% -
XYZ 30.81 27.31 14 -
YUV 142.84 99.88 160.93 -
System Red Green Blue C M Y K H S L
Decimal 189 129 93 0 0.32 0.51 0.26 22.5 0.42 0.55
Hex BD 81 5D 0 20 33 1A 16 2A 37
Octal 275 201 135 0 40 63 32 26 52 67
Binary 10111101 10000001 1011101 0 100000 110011 11010 10110 101010 110111

Color Harmonies of #BD815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD815D

Black with #BD815D

Text Example


Text Example

White with #BD815D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD815D; }

 p { color: rgb(189,129,93); }

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

background-color css

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

 a { background-color: rgb(189,129,93); }

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

border-color css

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

 span { border-color: rgb(189,129,93); }

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