Html Css Color HEX #BD643F Smoke Tree

📋 copy color: '#BD643F'

red 189 ◦ green 100 ◦ blue 63

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

Shades of Smoke Tree #BD643F

Tints of Smoke Tree #BD643F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.9%

R = 53.69%
G = 28.41%
B = 17.9%

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

#BD643F (or 0xBD643F) is known color: Smoke Tree. HEX triplet: BD, 64 and 3F. RGB value is (189,100,63). Sum of RGB (Red+Green+Blue) = 189+100+63=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD643F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD643F is #429BC0. Grayscale: #7A7A7A. Windows color (decimal): -4365249 or 4154557. OLE color: 4154557.

HSL color Cylindrical-coordinate representation of color #BD643F: hue angle of 17.62º degrees, saturation: 0.5, 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 #BD643F is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 100 63 -
CMYK 0 0.47 0.67 0.26
HSL 17.62º 0.5% 0.49% -
HSV(B) 17.62º 0.67% 0.74% -
XYZ 26.44 20.29 7.23 -
YUV 122.39 94.49 175.51 -
System Red Green Blue C M Y K H S L
Decimal 189 100 63 0 0.47 0.67 0.26 17.62 0.5 0.49
Hex BD 64 3F 0 2F 43 1A 12 32 31
Octal 275 144 77 0 57 103 32 22 62 61
Binary 10111101 1100100 111111 0 101111 1000011 11010 10010 110010 110001

Color Harmonies of #BD643F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD643F

Black with #BD643F

Text Example


Text Example

White with #BD643F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD643F; }

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

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

background-color css

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

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

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

border-color css

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

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

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