Html Css Color HEX #BD693A Smoke Tree

📋 copy color: '#BD693A'

red 189 ◦ green 105 ◦ blue 58

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

Shades of Smoke Tree #BD693A

Tints of Smoke Tree #BD693A

RGB

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

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

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

R = 53.69%
G = 29.83%
B = 16.48%

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

#BD693A (or 0xBD693A) is known color: Smoke Tree. HEX triplet: BD, 69 and 3A. RGB value is (189,105,58). Sum of RGB (Red+Green+Blue) = 189+105+58=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD693A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD693A is #4296C5. Grayscale: #7D7D7D. Windows color (decimal): -4363974 or 3828157. OLE color: 3828157.

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

Color convert

RGB 189 105 58 -
CMYK 0 0.44 0.69 0.26
HSL 21.53º 0.53% 0.48% -
HSV(B) 21.53º 0.69% 0.74% -
XYZ 26.8 21.23 6.69 -
YUV 124.76 90.33 173.82 -
System Red Green Blue C M Y K H S L
Decimal 189 105 58 0 0.44 0.69 0.26 21.53 0.53 0.48
Hex BD 69 3A 0 2C 45 1A 16 35 30
Octal 275 151 72 0 54 105 32 26 65 60
Binary 10111101 1101001 111010 0 101100 1000101 11010 10110 110101 110000

Color Harmonies of #BD693A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD693A

Black with #BD693A

Text Example


Text Example

White with #BD693A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD693A; }

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

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

background-color css

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

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

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

border-color css

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

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

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