Html Css Color HEX #BD815E Burning Sand

📋 copy color: '#BD815E'

red 189 ◦ green 129 ◦ blue 94

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

Shades of Burning Sand #BD815E

Tints of Burning Sand #BD815E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.82%

R = 45.87%
G = 31.31%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD815E (or 0xBD815E) is known color: Burning Sand. HEX triplet: BD, 81 and 5E. RGB value is (189,129,94). Sum of RGB (Red+Green+Blue) = 189+129+94=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD815E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD815E is #427EA1. Grayscale: #8F8F8F. Windows color (decimal): -4357794 or 6193597. OLE color: 6193597.

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

Color convert

RGB 189 129 94 -
CMYK 0 0.32 0.50 0.26
HSL 22.11º 0.42% 0.55% -
HSV(B) 22.11º 0.5% 0.74% -
XYZ 30.86 27.33 14.24 -
YUV 142.95 100.38 160.85 -
System Red Green Blue C M Y K H S L
Decimal 189 129 94 0 0.32 0.50 0.26 22.11 0.42 0.55
Hex BD 81 5E 0 20 32 1A 16 2A 37
Octal 275 201 136 0 40 62 32 26 52 67
Binary 10111101 10000001 1011110 0 100000 110010 11010 10110 101010 110111

Color Harmonies of #BD815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD815E

Black with #BD815E

Text Example


Text Example

White with #BD815E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD815E; }

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

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

background-color css

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

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

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

border-color css

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

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

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