Html Css Color HEX #BD7C5B Burning Sand

📋 copy color: '#BD7C5B'

red 189 ◦ green 124 ◦ blue 91

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

Shades of Burning Sand #BD7C5B

Tints of Burning Sand #BD7C5B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.69%

 BLUE value IS 91 (35.94% from 255) = 22.52%

R = 46.78%
G = 30.69%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD7C5B (or 0xBD7C5B) is known color: Burning Sand. HEX triplet: BD, 7C and 5B. RGB value is (189,124,91). Sum of RGB (Red+Green+Blue) = 189+124+91=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7C5B is #4283A4. Grayscale: #8B8B8B. Windows color (decimal): -4359077 or 5995709. OLE color: 5995709.

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

Color convert

RGB 189 124 91 -
CMYK 0 0.34 0.52 0.26
HSL 20.2º 0.43% 0.55% -
HSV(B) 20.2º 0.52% 0.74% -
XYZ 30.08 25.99 13.33 -
YUV 139.67 100.53 163.18 -
System Red Green Blue C M Y K H S L
Decimal 189 124 91 0 0.34 0.52 0.26 20.2 0.43 0.55
Hex BD 7C 5B 0 22 34 1A 14 2B 37
Octal 275 174 133 0 42 64 32 24 53 67
Binary 10111101 1111100 1011011 0 100010 110100 11010 10100 101011 110111

Color Harmonies of #BD7C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7C5B

Black with #BD7C5B

Text Example


Text Example

White with #BD7C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7C5B; }

 p { color: rgb(189,124,91); }

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

background-color css

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

 a { background-color: rgb(189,124,91); }

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

border-color css

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

 span { border-color: rgb(189,124,91); }

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