Html Css Color HEX #BD643E Smoke Tree

📋 copy color: '#BD643E'

red 189 ◦ green 100 ◦ blue 62

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

Shades of Smoke Tree #BD643E

Tints of Smoke Tree #BD643E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.66%

R = 53.85%
G = 28.49%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD643E (or 0xBD643E) is known color: Smoke Tree. HEX triplet: BD, 64 and 3E. RGB value is (189,100,62). Sum of RGB (Red+Green+Blue) = 189+100+62=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD643E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD643E is #429BC1. Grayscale: #7A7A7A. Windows color (decimal): -4365250 or 4089021. OLE color: 4089021.

HSL color Cylindrical-coordinate representation of color #BD643E: hue angle of 17.95º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD643E is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 100 62 -
CMYK 0 0.47 0.67 0.26
HSL 17.95º 0.51% 0.49% -
HSV(B) 17.95º 0.67% 0.74% -
XYZ 26.41 20.28 7.08 -
YUV 122.28 93.99 175.59 -
System Red Green Blue C M Y K H S L
Decimal 189 100 62 0 0.47 0.67 0.26 17.95 0.51 0.49
Hex BD 64 3E 0 2F 43 1A 12 33 31
Octal 275 144 76 0 57 103 32 22 63 61
Binary 10111101 1100100 111110 0 101111 1000011 11010 10010 110011 110001

Color Harmonies of #BD643E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD643E

Black with #BD643E

Text Example


Text Example

White with #BD643E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD643E; }

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

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

background-color css

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

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

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

border-color css

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

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

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