Html Css Color HEX #BD643C Smoke Tree

📋 copy color: '#BD643C'

red 189 ◦ green 100 ◦ blue 60

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

Shades of Smoke Tree #BD643C

Tints of Smoke Tree #BD643C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.19%

R = 54.15%
G = 28.65%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD643C (or 0xBD643C) is known color: Smoke Tree. HEX triplet: BD, 64 and 3C. RGB value is (189,100,60). Sum of RGB (Red+Green+Blue) = 189+100+60=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD643C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD643C is #429BC3. Grayscale: #7A7A7A. Windows color (decimal): -4365252 or 3957949. OLE color: 3957949.

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

Color convert

RGB 189 100 60 -
CMYK 0 0.47 0.68 0.26
HSL 18.6º 0.52% 0.49% -
HSV(B) 18.6º 0.68% 0.74% -
XYZ 26.36 20.26 6.8 -
YUV 122.05 92.99 175.75 -
System Red Green Blue C M Y K H S L
Decimal 189 100 60 0 0.47 0.68 0.26 18.6 0.52 0.49
Hex BD 64 3C 0 2F 44 1A 13 34 31
Octal 275 144 74 0 57 104 32 23 64 61
Binary 10111101 1100100 111100 0 101111 1000100 11010 10011 110100 110001

Color Harmonies of #BD643C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD643C

Black with #BD643C

Text Example


Text Example

White with #BD643C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD643C; }

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

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

background-color css

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

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

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

border-color css

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

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

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