Html Css Color HEX #BD643A Smoke Tree

📋 copy color: '#BD643A'

red 189 ◦ green 100 ◦ blue 58

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

Shades of Smoke Tree #BD643A

Tints of Smoke Tree #BD643A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.71%

R = 54.47%
G = 28.82%
B = 16.71%

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

#BD643A (or 0xBD643A) is known color: Smoke Tree. HEX triplet: BD, 64 and 3A. RGB value is (189,100,58). Sum of RGB (Red+Green+Blue) = 189+100+58=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD643A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD643A is #429BC5. Grayscale: #7A7A7A. Windows color (decimal): -4365254 or 3826877. OLE color: 3826877.

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

Color convert

RGB 189 100 58 -
CMYK 0 0.47 0.69 0.26
HSL 19.24º 0.53% 0.48% -
HSV(B) 19.24º 0.69% 0.74% -
XYZ 26.31 20.24 6.52 -
YUV 121.82 91.99 175.92 -
System Red Green Blue C M Y K H S L
Decimal 189 100 58 0 0.47 0.69 0.26 19.24 0.53 0.48
Hex BD 64 3A 0 2F 45 1A 13 35 30
Octal 275 144 72 0 57 105 32 23 65 60
Binary 10111101 1100100 111010 0 101111 1000101 11010 10011 110101 110000

Color Harmonies of #BD643A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD643A

Black with #BD643A

Text Example


Text Example

White with #BD643A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD643A; }

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

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

background-color css

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

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

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

border-color css

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

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

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