Html Css Color HEX #BD825D Burning Sand

📋 copy color: '#BD825D'

red 189 ◦ green 130 ◦ blue 93

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

Shades of Burning Sand #BD825D

Tints of Burning Sand #BD825D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.55%

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

R = 45.87%
G = 31.55%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD825D (or 0xBD825D) is known color: Burning Sand. HEX triplet: BD, 82 and 5D. RGB value is (189,130,93). Sum of RGB (Red+Green+Blue) = 189+130+93=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD825D is #427DA2. Grayscale: #8F8F8F. Windows color (decimal): -4357539 or 6128317. OLE color: 6128317.

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

Color convert

RGB 189 130 93 -
CMYK 0 0.31 0.51 0.26
HSL 23.13º 0.42% 0.55% -
HSV(B) 23.13º 0.51% 0.74% -
XYZ 30.94 27.57 14.05 -
YUV 143.42 99.55 160.51 -
System Red Green Blue C M Y K H S L
Decimal 189 130 93 0 0.31 0.51 0.26 23.13 0.42 0.55
Hex BD 82 5D 0 1F 33 1A 17 2A 37
Octal 275 202 135 0 37 63 32 27 52 67
Binary 10111101 10000010 1011101 0 11111 110011 11010 10111 101010 110111

Color Harmonies of #BD825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD825D

Black with #BD825D

Text Example


Text Example

White with #BD825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD825D; }

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

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

background-color css

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

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

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

border-color css

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

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

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