Html Css Color HEX #BD663D Smoke Tree

📋 copy color: '#BD663D'

red 189 ◦ green 102 ◦ blue 61

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

Shades of Smoke Tree #BD663D

Tints of Smoke Tree #BD663D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.98%

 BLUE value IS 61 (24.22% from 255) = 17.33%

R = 53.69%
G = 28.98%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD663D (or 0xBD663D) is known color: Smoke Tree. HEX triplet: BD, 66 and 3D. RGB value is (189,102,61). Sum of RGB (Red+Green+Blue) = 189+102+61=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD663D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD663D is #4299C2. Grayscale: #7B7B7B. Windows color (decimal): -4364739 or 4023997. OLE color: 4023997.

HSL color Cylindrical-coordinate representation of color #BD663D: hue angle of 19.22º degrees, saturation: 0.51, 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 #BD663D is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 102 61 -
CMYK 0 0.46 0.68 0.26
HSL 19.22º 0.51% 0.49% -
HSV(B) 19.22º 0.68% 0.74% -
XYZ 26.58 20.66 7 -
YUV 123.34 92.82 174.83 -
System Red Green Blue C M Y K H S L
Decimal 189 102 61 0 0.46 0.68 0.26 19.22 0.51 0.49
Hex BD 66 3D 0 2E 44 1A 13 33 31
Octal 275 146 75 0 56 104 32 23 63 61
Binary 10111101 1100110 111101 0 101110 1000100 11010 10011 110011 110001

Color Harmonies of #BD663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD663D

Black with #BD663D

Text Example


Text Example

White with #BD663D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD663D; }

 p { color: rgb(189,102,61); }

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

background-color css

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

 a { background-color: rgb(189,102,61); }

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

border-color css

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

 span { border-color: rgb(189,102,61); }

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