Html Css Color HEX #BD835E Burning Sand

📋 copy color: '#BD835E'

red 189 ◦ green 131 ◦ blue 94

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

Shades of Burning Sand #BD835E

Tints of Burning Sand #BD835E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.64%

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

R = 45.65%
G = 31.64%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD835E (or 0xBD835E) is known color: Burning Sand. HEX triplet: BD, 83 and 5E. RGB value is (189,131,94). Sum of RGB (Red+Green+Blue) = 189+131+94=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD835E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD835E is #427CA1. Grayscale: #909090. Windows color (decimal): -4357282 or 6194109. OLE color: 6194109.

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

Color convert

RGB 189 131 94 -
CMYK 0 0.31 0.50 0.26
HSL 23.37º 0.42% 0.55% -
HSV(B) 23.37º 0.5% 0.74% -
XYZ 31.12 27.86 14.33 -
YUV 144.12 99.72 160.01 -
System Red Green Blue C M Y K H S L
Decimal 189 131 94 0 0.31 0.50 0.26 23.37 0.42 0.55
Hex BD 83 5E 0 1F 32 1A 17 2A 37
Octal 275 203 136 0 37 62 32 27 52 67
Binary 10111101 10000011 1011110 0 11111 110010 11010 10111 101010 110111

Color Harmonies of #BD835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD835E

Black with #BD835E

Text Example


Text Example

White with #BD835E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD835E; }

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

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

background-color css

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

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

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

border-color css

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

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

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