Html Css Color HEX #BD6641 Smoke Tree

📋 copy color: '#BD6641'

red 189 ◦ green 102 ◦ blue 65

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

Shades of Smoke Tree #BD6641

Tints of Smoke Tree #BD6641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.26%

R = 53.09%
G = 28.65%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BD6641 (or 0xBD6641) is known color: Smoke Tree. HEX triplet: BD, 66 and 41. RGB value is (189,102,65). Sum of RGB (Red+Green+Blue) = 189+102+65=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6641 is #4299BE. Grayscale: #7C7C7C. Windows color (decimal): -4364735 or 4286141. OLE color: 4286141.

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

Color convert

RGB 189 102 65 -
CMYK 0 0.46 0.66 0.26
HSL 17.9º 0.49% 0.5% -
HSV(B) 17.9º 0.66% 0.74% -
XYZ 26.69 20.7 7.59 -
YUV 123.8 94.82 174.51 -
System Red Green Blue C M Y K H S L
Decimal 189 102 65 0 0.46 0.66 0.26 17.9 0.49 0.5
Hex BD 66 41 0 2E 42 1A 12 31 32
Octal 275 146 101 0 56 102 32 22 61 62
Binary 10111101 1100110 1000001 0 101110 1000010 11010 10010 110001 110010

Color Harmonies of #BD6641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6641

Black with #BD6641

Text Example


Text Example

White with #BD6641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6641; }

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

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

background-color css

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

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

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

border-color css

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

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

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