Html Css Color HEX #BD653E Smoke Tree

📋 copy color: '#BD653E'

red 189 ◦ green 101 ◦ blue 62

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

Shades of Smoke Tree #BD653E

Tints of Smoke Tree #BD653E

RGB

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

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

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

R = 53.69%
G = 28.69%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD653E (or 0xBD653E) is known color: Smoke Tree. HEX triplet: BD, 65 and 3E. RGB value is (189,101,62). Sum of RGB (Red+Green+Blue) = 189+101+62=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD653E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD653E is #429AC1. Grayscale: #7B7B7B. Windows color (decimal): -4364994 or 4089277. OLE color: 4089277.

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

Color convert

RGB 189 101 62 -
CMYK 0 0.47 0.67 0.26
HSL 18.43º 0.51% 0.49% -
HSV(B) 18.43º 0.67% 0.74% -
XYZ 26.51 20.47 7.11 -
YUV 122.87 93.65 175.17 -
System Red Green Blue C M Y K H S L
Decimal 189 101 62 0 0.47 0.67 0.26 18.43 0.51 0.49
Hex BD 65 3E 0 2F 43 1A 12 33 31
Octal 275 145 76 0 57 103 32 22 63 61
Binary 10111101 1100101 111110 0 101111 1000011 11010 10010 110011 110001

Color Harmonies of #BD653E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD653E

Black with #BD653E

Text Example


Text Example

White with #BD653E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD653E; }

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

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

background-color css

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

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

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

border-color css

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

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

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