Html Css Color HEX #BD693B Smoke Tree

📋 copy color: '#BD693B'

red 189 ◦ green 105 ◦ blue 59

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

Shades of Smoke Tree #BD693B

Tints of Smoke Tree #BD693B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.75%

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

R = 53.54%
G = 29.75%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD693B (or 0xBD693B) is known color: Smoke Tree. HEX triplet: BD, 69 and 3B. RGB value is (189,105,59). Sum of RGB (Red+Green+Blue) = 189+105+59=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD693B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD693B is #4296C4. Grayscale: #7D7D7D. Windows color (decimal): -4363973 or 3893693. OLE color: 3893693.

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

Color convert

RGB 189 105 59 -
CMYK 0 0.44 0.69 0.26
HSL 21.23º 0.52% 0.49% -
HSV(B) 21.23º 0.69% 0.74% -
XYZ 26.83 21.24 6.82 -
YUV 124.87 90.83 173.74 -
System Red Green Blue C M Y K H S L
Decimal 189 105 59 0 0.44 0.69 0.26 21.23 0.52 0.49
Hex BD 69 3B 0 2C 45 1A 15 34 31
Octal 275 151 73 0 54 105 32 25 64 61
Binary 10111101 1101001 111011 0 101100 1000101 11010 10101 110100 110001

Color Harmonies of #BD693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD693B

Black with #BD693B

Text Example


Text Example

White with #BD693B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD693B; }

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

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

background-color css

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

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

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

border-color css

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

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

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