Html Css Color HEX #BD693C Smoke Tree

📋 copy color: '#BD693C'

red 189 ◦ green 105 ◦ blue 60

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

Shades of Smoke Tree #BD693C

Tints of Smoke Tree #BD693C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.95%

R = 53.39%
G = 29.66%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD693C (or 0xBD693C) is known color: Smoke Tree. HEX triplet: BD, 69 and 3C. RGB value is (189,105,60). Sum of RGB (Red+Green+Blue) = 189+105+60=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD693C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD693C is #4296C3. Grayscale: #7D7D7D. Windows color (decimal): -4363972 or 3959229. OLE color: 3959229.

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

Color convert

RGB 189 105 60 -
CMYK 0 0.44 0.68 0.26
HSL 20.93º 0.52% 0.49% -
HSV(B) 20.93º 0.68% 0.74% -
XYZ 26.85 21.25 6.96 -
YUV 124.99 91.33 173.66 -
System Red Green Blue C M Y K H S L
Decimal 189 105 60 0 0.44 0.68 0.26 20.93 0.52 0.49
Hex BD 69 3C 0 2C 44 1A 15 34 31
Octal 275 151 74 0 54 104 32 25 64 61
Binary 10111101 1101001 111100 0 101100 1000100 11010 10101 110100 110001

Color Harmonies of #BD693C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD693C

Black with #BD693C

Text Example


Text Example

White with #BD693C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD693C; }

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

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

background-color css

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

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

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

border-color css

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

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

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