Html Css Color HEX #BD6737 Smoke Tree

📋 copy color: '#BD6737'

red 189 ◦ green 103 ◦ blue 55

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

Shades of Smoke Tree #BD6737

Tints of Smoke Tree #BD6737

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.68%

 BLUE value IS 55 (21.88% from 255) = 15.85%

R = 54.47%
G = 29.68%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BD6737 (or 0xBD6737) is known color: Smoke Tree. HEX triplet: BD, 67 and 37. RGB value is (189,103,55). Sum of RGB (Red+Green+Blue) = 189+103+55=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6737 is #4298C8. Grayscale: #7B7B7B. Windows color (decimal): -4364489 or 3631037. OLE color: 3631037.

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

Color convert

RGB 189 103 55 -
CMYK 0 0.46 0.71 0.26
HSL 21.49º 0.55% 0.48% -
HSV(B) 21.49º 0.71% 0.74% -
XYZ 26.53 20.8 6.23 -
YUV 123.24 89.49 174.9 -
System Red Green Blue C M Y K H S L
Decimal 189 103 55 0 0.46 0.71 0.26 21.49 0.55 0.48
Hex BD 67 37 0 2E 47 1A 15 37 30
Octal 275 147 67 0 56 107 32 25 67 60
Binary 10111101 1100111 110111 0 101110 1000111 11010 10101 110111 110000

Color Harmonies of #BD6737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6737

Black with #BD6737

Text Example


Text Example

White with #BD6737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6737; }

 p { color: rgb(189,103,55); }

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

background-color css

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

 a { background-color: rgb(189,103,55); }

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

border-color css

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

 span { border-color: rgb(189,103,55); }

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