Html Css Color HEX #BD663E Smoke Tree

📋 copy color: '#BD663E'

red 189 ◦ green 102 ◦ blue 62

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

Shades of Smoke Tree #BD663E

Tints of Smoke Tree #BD663E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.56%

R = 53.54%
G = 28.9%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD663E (or 0xBD663E) is known color: Smoke Tree. HEX triplet: BD, 66 and 3E. RGB value is (189,102,62). Sum of RGB (Red+Green+Blue) = 189+102+62=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD663E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD663E is #4299C1. Grayscale: #7B7B7B. Windows color (decimal): -4364738 or 4089533. OLE color: 4089533.

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

Color convert

RGB 189 102 62 -
CMYK 0 0.46 0.67 0.26
HSL 18.9º 0.51% 0.49% -
HSV(B) 18.9º 0.67% 0.74% -
XYZ 26.61 20.67 7.14 -
YUV 123.45 93.32 174.75 -
System Red Green Blue C M Y K H S L
Decimal 189 102 62 0 0.46 0.67 0.26 18.9 0.51 0.49
Hex BD 66 3E 0 2E 43 1A 13 33 31
Octal 275 146 76 0 56 103 32 23 63 61
Binary 10111101 1100110 111110 0 101110 1000011 11010 10011 110011 110001

Color Harmonies of #BD663E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD663E

Black with #BD663E

Text Example


Text Example

White with #BD663E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD663E; }

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

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

background-color css

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

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

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

border-color css

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

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

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