Html Css Color HEX #BD683F Smoke Tree

📋 copy color: '#BD683F'

red 189 ◦ green 104 ◦ blue 63

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

Shades of Smoke Tree #BD683F

Tints of Smoke Tree #BD683F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.21%

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

R = 53.09%
G = 29.21%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD683F (or 0xBD683F) is known color: Smoke Tree. HEX triplet: BD, 68 and 3F. RGB value is (189,104,63). Sum of RGB (Red+Green+Blue) = 189+104+63=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD683F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD683F is #4297C0. Grayscale: #7C7C7C. Windows color (decimal): -4364225 or 4155581. OLE color: 4155581.

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

Color convert

RGB 189 104 63 -
CMYK 0 0.45 0.67 0.26
HSL 19.52º 0.5% 0.49% -
HSV(B) 19.52º 0.67% 0.74% -
XYZ 26.83 21.08 7.36 -
YUV 124.74 93.16 173.83 -
System Red Green Blue C M Y K H S L
Decimal 189 104 63 0 0.45 0.67 0.26 19.52 0.5 0.49
Hex BD 68 3F 0 2D 43 1A 14 32 31
Octal 275 150 77 0 55 103 32 24 62 61
Binary 10111101 1101000 111111 0 101101 1000011 11010 10100 110010 110001

Color Harmonies of #BD683F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD683F

Black with #BD683F

Text Example


Text Example

White with #BD683F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD683F; }

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

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

background-color css

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

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

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

border-color css

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

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

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