Html Css Color HEX #BD643B Smoke Tree

📋 copy color: '#BD643B'

red 189 ◦ green 100 ◦ blue 59

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

Shades of Smoke Tree #BD643B

Tints of Smoke Tree #BD643B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.95%

R = 54.31%
G = 28.74%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD643B (or 0xBD643B) is known color: Smoke Tree. HEX triplet: BD, 64 and 3B. RGB value is (189,100,59). Sum of RGB (Red+Green+Blue) = 189+100+59=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD643B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD643B is #429BC4. Grayscale: #7A7A7A. Windows color (decimal): -4365253 or 3892413. OLE color: 3892413.

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

Color convert

RGB 189 100 59 -
CMYK 0 0.47 0.69 0.26
HSL 18.92º 0.52% 0.49% -
HSV(B) 18.92º 0.69% 0.74% -
XYZ 26.33 20.25 6.66 -
YUV 121.94 92.49 175.83 -
System Red Green Blue C M Y K H S L
Decimal 189 100 59 0 0.47 0.69 0.26 18.92 0.52 0.49
Hex BD 64 3B 0 2F 45 1A 13 34 31
Octal 275 144 73 0 57 105 32 23 64 61
Binary 10111101 1100100 111011 0 101111 1000101 11010 10011 110100 110001

Color Harmonies of #BD643B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD643B

Black with #BD643B

Text Example


Text Example

White with #BD643B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD643B; }

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

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

background-color css

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

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

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

border-color css

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

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

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