Html Css Color HEX #BD6535 Smoke Tree

📋 copy color: '#BD6535'

red 189 ◦ green 101 ◦ blue 53

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

Shades of Smoke Tree #BD6535

Tints of Smoke Tree #BD6535

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.45%

 BLUE value IS 53 (21.09% from 255) = 15.45%

R = 55.1%
G = 29.45%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD6535 (or 0xBD6535) is known color: Smoke Tree. HEX triplet: BD, 65 and 35. RGB value is (189,101,53). Sum of RGB (Red+Green+Blue) = 189+101+53=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6535 is #429ACA. Grayscale: #7A7A7A. Windows color (decimal): -4365003 or 3499453. OLE color: 3499453.

HSL color Cylindrical-coordinate representation of color #BD6535: hue angle of 21.18º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD6535 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 101 53 -
CMYK 0 0.47 0.72 0.26
HSL 21.18º 0.56% 0.47% -
HSV(B) 21.18º 0.72% 0.74% -
XYZ 26.28 20.38 5.92 -
YUV 121.84 89.15 175.9 -
System Red Green Blue C M Y K H S L
Decimal 189 101 53 0 0.47 0.72 0.26 21.18 0.56 0.47
Hex BD 65 35 0 2F 48 1A 15 38 2F
Octal 275 145 65 0 57 110 32 25 70 57
Binary 10111101 1100101 110101 0 101111 1001000 11010 10101 111000 101111

Color Harmonies of #BD6535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6535

Black with #BD6535

Text Example


Text Example

White with #BD6535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6535; }

 p { color: rgb(189,101,53); }

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

background-color css

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

 a { background-color: rgb(189,101,53); }

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

border-color css

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

 span { border-color: rgb(189,101,53); }

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