Html Css Color HEX #BD5E3A Smoke Tree

📋 copy color: '#BD5E3A'

red 189 ◦ green 94 ◦ blue 58

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

Shades of Smoke Tree #BD5E3A

Tints of Smoke Tree #BD5E3A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.57%

 BLUE value IS 58 (23.05% from 255) = 17.01%

R = 55.43%
G = 27.57%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD5E3A (or 0xBD5E3A) is known color: Smoke Tree. HEX triplet: BD, 5E and 3A. RGB value is (189,94,58). Sum of RGB (Red+Green+Blue) = 189+94+58=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5E3A is #42A1C5. Grayscale: #767676. Windows color (decimal): -4366790 or 3825341. OLE color: 3825341.

HSL color Cylindrical-coordinate representation of color #BD5E3A: hue angle of 16.49º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD5E3A is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 94 58 -
CMYK 0 0.50 0.69 0.26
HSL 16.49º 0.53% 0.48% -
HSV(B) 16.49º 0.69% 0.74% -
XYZ 25.75 19.13 6.34 -
YUV 118.3 93.97 178.43 -
System Red Green Blue C M Y K H S L
Decimal 189 94 58 0 0.50 0.69 0.26 16.49 0.53 0.48
Hex BD 5E 3A 0 32 45 1A 10 35 30
Octal 275 136 72 0 62 105 32 20 65 60
Binary 10111101 1011110 111010 0 110010 1000101 11010 10000 110101 110000

Color Harmonies of #BD5E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E3A

Black with #BD5E3A

Text Example


Text Example

White with #BD5E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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