Html Css Color HEX #BD6438 Smoke Tree

📋 copy color: '#BD6438'

red 189 ◦ green 100 ◦ blue 56

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

Shades of Smoke Tree #BD6438

Tints of Smoke Tree #BD6438

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.99%

 BLUE value IS 56 (22.27% from 255) = 16.23%

R = 54.78%
G = 28.99%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD6438 (or 0xBD6438) is known color: Smoke Tree. HEX triplet: BD, 64 and 38. RGB value is (189,100,56). Sum of RGB (Red+Green+Blue) = 189+100+56=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6438 is #429BC7. Grayscale: #797979. Windows color (decimal): -4365256 or 3695805. OLE color: 3695805.

HSL color Cylindrical-coordinate representation of color #BD6438: hue angle of 19.85º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD6438 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 100 56 -
CMYK 0 0.47 0.70 0.26
HSL 19.85º 0.54% 0.48% -
HSV(B) 19.85º 0.7% 0.74% -
XYZ 26.26 20.22 6.26 -
YUV 121.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 189 100 56 0 0.47 0.70 0.26 19.85 0.54 0.48
Hex BD 64 38 0 2F 46 1A 14 36 30
Octal 275 144 70 0 57 106 32 24 66 60
Binary 10111101 1100100 111000 0 101111 1000110 11010 10100 110110 110000

Color Harmonies of #BD6438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6438

Black with #BD6438

Text Example


Text Example

White with #BD6438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6438; }

 p { color: rgb(189,100,56); }

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

background-color css

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

 a { background-color: rgb(189,100,56); }

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

border-color css

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

 span { border-color: rgb(189,100,56); }

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